diff options
Diffstat (limited to 'public')
-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', |