Fixed urls for php and aspx proxies.
This commit is contained in:
parent
d41c2ec7a5
commit
46e34356ae
1 changed files with 3 additions and 3 deletions
|
|
@ -9,14 +9,14 @@ var config = {
|
||||||
// For proxying webserver through php.
|
// For proxying webserver through php.
|
||||||
// url: {
|
// url: {
|
||||||
// configuration: 'up.php?path=configuration',
|
// configuration: 'up.php?path=configuration',
|
||||||
// update: 'up.php?path=world/{world}/?{timestamp}',
|
// update: 'up.php?path=world/{world}/{timestamp}',
|
||||||
// sendmessage: 'up.php?path=sendmessage'
|
// sendmessage: 'up.php?path=sendmessage'
|
||||||
// },
|
// },
|
||||||
|
|
||||||
// For proxying webserver through aspx.
|
// For proxying webserver through aspx.
|
||||||
// url: {
|
// url: {
|
||||||
// configuration: 'up.aspx?path=configuration',
|
// configuration: 'up.aspx?path=configuration',
|
||||||
// update: 'up.aspx?path=world/{world}/?{timestamp}',
|
// update: 'up.aspx?path=world/{world}/{timestamp}',
|
||||||
// sendmessage: 'up.aspx?path=sendmessage'
|
// sendmessage: 'up.aspx?path=sendmessage'
|
||||||
// },
|
// },
|
||||||
|
|
||||||
|
|
@ -30,4 +30,4 @@ var config = {
|
||||||
tileUrl : 'tiles/',
|
tileUrl : 'tiles/',
|
||||||
tileWidth : 128,
|
tileWidth : 128,
|
||||||
tileHeight : 128
|
tileHeight : 128
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue