Fixed upload log URL.

This commit is contained in:
Gregory Shikhman 2009-09-04 06:06:32 +00:00
parent 617ed57222
commit db3b6e2c17

View file

@ -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_;