diff options
author | Minteck <contact@minteck.org> | 2022-06-06 17:10:14 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-06 17:10:14 +0200 |
commit | 10b1ace835d908d32f99874facf8811534087d5b (patch) | |
tree | ecf068e4ac40f7470ca2b5ac6bd13bd8fbe13ba9 /Authentication/Test/index.php | |
download | bits-server-10b1ace835d908d32f99874facf8811534087d5b.tar.gz bits-server-10b1ace835d908d32f99874facf8811534087d5b.tar.bz2 bits-server-10b1ace835d908d32f99874facf8811534087d5b.zip |
Initial commit
Diffstat (limited to 'Authentication/Test/index.php')
-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 |