summaryrefslogtreecommitdiff
path: root/tests/docroot/www/indexfile/return-404.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docroot/www/indexfile/return-404.php')
-rw-r--r--tests/docroot/www/indexfile/return-404.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/docroot/www/indexfile/return-404.php b/tests/docroot/www/indexfile/return-404.php
deleted file mode 100644
index dd680cc5..00000000
--- a/tests/docroot/www/indexfile/return-404.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
- header("Status: 404");
-
- print $_SERVER["PHP_SELF"];
-?>