From b19d8f8745c22cf5f8054dc4f606fc9f8408cc92 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Mon, 13 Jun 2011 23:37:35 +0200 Subject: [PATCH] Fixed urls for php and aspx proxies. --- web/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/config.js b/web/config.js index f4c02493..347446b2 100644 --- a/web/config.js +++ b/web/config.js @@ -9,14 +9,14 @@ var config = { // For proxying webserver through php. // url: { // configuration: 'up.php?path=configuration', - // update: 'up.php?path=world/{world}/?{timestamp}', + // update: 'up.php?path=world/{world}/{timestamp}', // sendmessage: 'up.php?path=sendmessage' // }, // For proxying webserver through aspx. // url: { // configuration: 'up.aspx?path=configuration', - // update: 'up.aspx?path=world/{world}/?{timestamp}', + // update: 'up.aspx?path=world/{world}/{timestamp}', // sendmessage: 'up.aspx?path=sendmessage' // }, @@ -30,4 +30,4 @@ var config = { tileUrl : 'tiles/', tileWidth : 128, tileHeight : 128 -}; \ No newline at end of file +};