aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
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();