Prevent caching of configuration URL on JSON file mode

This commit is contained in:
Mike Primm 2012-01-02 08:18:13 +08:00 committed by mikeprimm
parent 446c52e933
commit 20730d23e8

View file

@ -22,7 +22,7 @@ var config = {
// For standalone (jsonfile) webserver.
// url: {
// configuration: 'standalone/dynmap_config.json',
// configuration: 'standalone/dynmap_config.json?_={timestamp}',
// update: 'standalone/dynmap_{world}.json?_={timestamp}',
// sendmessage: 'standalone/sendmessage.php'
// },