diff options
Diffstat (limited to 'Authentication/Test')
-rw-r--r-- | Authentication/Test/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Authentication/Test/index.php b/Authentication/Test/index.php new file mode 100644 index 0000000..7c0d1fb --- /dev/null +++ b/Authentication/Test/index.php @@ -0,0 +1,4 @@ +<?php + +require_once $_SERVER['DOCUMENT_ROOT'] . "/Private/SessionChecker.php"; +header("Content-Type: application/json"); die("{\n \"status\": 0\n}");
\ No newline at end of file |