summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-06-07 13:33:59 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-06-07 13:33:59 +0200
commit218b305a3e6b94c7a5bd551f67fe6d9bb05d5e79 (patch)
tree343a2893bf2b7bb7515c563664cb9964fee4a372 /public
parent183d660307e25b1de44f5559fb48e792b268aff5 (diff)
fix broken session creation
Diffstat (limited to 'public')
-rw-r--r--public/index.php3
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();