diff options
author | Philip Häusler <msquare@notrademark.de> | 2015-06-07 20:11:50 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2015-06-07 20:11:50 +0200 |
commit | 1da5604f4773322d214cd95f3bb790d6d1f0418b (patch) | |
tree | 4295ba6ed75e888663d5b9a2ce794e08bf2ccf80 /public/index.php | |
parent | bb53c6a20cef886213ba6416658c77e75c96a581 (diff) |
remove json auth feature (will be covered by api)
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/index.php b/public/index.php index c625c386..34e5eeba 100644 --- a/public/index.php +++ b/public/index.php @@ -1,10 +1,6 @@ <?php require_once realpath(__DIR__ . '/../includes/engelsystem_provider.php'); -// JSON Authorisierung gewünscht? -if (isset($_REQUEST['auth'])) - json_auth_service(); - $free_pages = array( 'stats', 'shifts_json_export_all', |