diff options
Diffstat (limited to 'resources2.php')
-rw-r--r-- | resources2.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/resources2.php b/resources2.php deleted file mode 100644 index de77e978..00000000 --- a/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"); -?> |