Fixed upload log URL.
This commit is contained in:
parent
617ed57222
commit
db3b6e2c17
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static lg::log_domain log_uploader("uploader");
|
|||
extern replay recorder;
|
||||
|
||||
const std::string TARGET_HOST = "www.wesnoth.org";
|
||||
const std::string TARGET_URL = "/cgi-bin/upload";
|
||||
const std::string TARGET_URL = "/wesstats/upload";
|
||||
const Uint16 TARGET_PORT = 80;
|
||||
|
||||
struct upload_log::thread_info upload_log::thread_;
|
||||
|
|
Loading…
Add table
Reference in a new issue