From 75efba1425b87e1cf25f9b735b12d35c646cc0ab Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Thu, 20 Jan 2011 23:29:38 +0100 Subject: [PATCH] Fixed comment in config.js. --- web/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.js b/web/config.js index 949e0620..53b56d5b 100644 --- a/web/config.js +++ b/web/config.js @@ -1,7 +1,7 @@ var config = { tileUrl: 'tiles/', updateUrl: 'up/', // For Apache and lighttpd -// updateUrl: 'up/default.aspx?lasttimestamp=', // For IIS +// updateUrl: 'up.aspx?path=', // For IIS updateRate: 2000, // Seconds the map should poll for updates. (Seconds) * 1000. The default is 2000 (every 2 seconds). showPortraitsOnMap: true, showPortraitsInPlayerList: true,