diff options
Diffstat (limited to 'backend/php-blank/index.php')
-rw-r--r-- | backend/php-blank/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/php-blank/index.php b/backend/php-blank/index.php new file mode 100644 index 0000000..7777f32 --- /dev/null +++ b/backend/php-blank/index.php @@ -0,0 +1,3 @@ +<?php + header("HTTP/1.0 501 Not Implemented"); +?> |