summaryrefslogtreecommitdiffhomepage
path: root/test/php/404/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/404/index.php')
-rw-r--r--test/php/404/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/php/404/index.php b/test/php/404/index.php
new file mode 100644
index 00000000..92afdf19
--- /dev/null
+++ b/test/php/404/index.php
@@ -0,0 +1,4 @@
+<?php
+http_response_code(404);
+include('404.html');
+?>