diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.php b/public/index.php index 0d1184bc..71ce964e 100644 --- a/public/index.php +++ b/public/index.php @@ -61,7 +61,7 @@ require_once realpath(__DIR__ . '/../includes/pages/user_shifts.php'); require_once realpath(__DIR__ . '/../vendor/parsedown/Parsedown.php'); -session_lifetime(24*60, preg_replace("/[^a-z0-9-]/", '', $_SERVER['REQUEST_URI'])); +session_lifetime(24*60, preg_replace("/[^a-z0-9-]/", '', md5(__DIR__))); session_start(); gettext_init(); |