diff options
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/index.php b/public/index.php index d69c4361..418b7eea 100644 --- a/public/index.php +++ b/public/index.php @@ -1,9 +1,6 @@ <?php require_once realpath(__DIR__ . '/../includes/engelsystem_provider.php'); -session_lifetime(24 * 60, preg_replace("/[^a-z0-9-]/", '', md5(__DIR__))); -session_start(); - // JSON Authorisierung gewünscht? if (isset($_REQUEST['auth'])) json_auth_service(); |