diff options
Diffstat (limited to 'world/map/resources2.php')
-rw-r--r-- | world/map/resources2.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/world/map/resources2.php b/world/map/resources2.php new file mode 100644 index 00000000..de77e978 --- /dev/null +++ b/world/map/resources2.php @@ -0,0 +1,8 @@ +<?php +header("Content-type: text/plain"); +header("Cache-Control: no-store, no-cache, must-revalidate"); +header("Cache-Control: post-check=0, pre-check=0", false); +header("Pragma: no-cache"); + +print file_get_contents ("resources2.txt"); +?> |