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.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/docroot/www/indexfile/return-404.php b/tests/docroot/www/indexfile/return-404.php
index dd680cc5..2adaaeaa 100644
--- a/tests/docroot/www/indexfile/return-404.php
+++ b/tests/docroot/www/indexfile/return-404.php
@@ -1,5 +1,5 @@
-<?php
- header("Status: 404");
-
+<?php
+ header("Status: 404");
+
print $_SERVER["PHP_SELF"];
?>