mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-26 18:47:40 +01:00
Fixed urls for php and aspx proxies.
This commit is contained in:
parent
864d815bc4
commit
b19d8f8745
@ -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
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user