summaryrefslogtreecommitdiff
path: root/world/map/resources2.php
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/resources2.php')
-rw-r--r--world/map/resources2.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/world/map/resources2.php b/world/map/resources2.php
deleted file mode 100644
index de77e978..00000000
--- a/world/map/resources2.php
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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");
-?>