diff options
Diffstat (limited to 'www/api/index.php')
-rw-r--r-- | www/api/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/api/index.php b/www/api/index.php new file mode 100644 index 0000000..24e7f8a --- /dev/null +++ b/www/api/index.php @@ -0,0 +1,4 @@ +<? + header("location: .."); + exit; +?> |