aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-06-11 22:58:01 +0200
committerThomas Citharel <tcit@tcit.fr>2015-06-11 22:58:01 +0200
commitc57e38595e78b63e54e392d3d17ffe6d98872981 (patch)
treec531cfe6c47f471425398381b5f7d431e03ed6a6 /index.php
parentc0d4c895a4b0c34a462d70cbb17385de772e4e90 (diff)
downloadwallabag-c57e38595e78b63e54e392d3d17ffe6d98872981.tar.gz
wallabag-c57e38595e78b63e54e392d3d17ffe6d98872981.tar.zst
wallabag-c57e38595e78b63e54e392d3d17ffe6d98872981.zip
bring back long lasting session...maybe
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7e4fc600..df70e413 100755
--- a/index.php
+++ b/index.php
@@ -15,7 +15,7 @@ require_once 'inc/poche/global.inc.php';
15 15
16// Start session 16// Start session
17Session::$sessionName = 'wallabag'; 17Session::$sessionName = 'wallabag';
18Session::init(); 18Session::init(true);
19 19
20// Let's rock ! 20// Let's rock !
21$wallabag = new Poche(); 21$wallabag = new Poche();