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 df2fc323ce
commit 6eef34348b

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'
// },