diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-03-02 08:38:26 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-03-02 08:38:26 +0100 |
commit | 71b0d53c5e5d44a928870f7c98beac7b34199ba0 (patch) | |
tree | 90ccb7f96cf3219ef77217edfc7de47fde4fde58 /index.php | |
parent | 11c680f97aa07b48f33e264effb2975d6ca31a0c (diff) | |
download | wallabag-71b0d53c5e5d44a928870f7c98beac7b34199ba0.tar.gz wallabag-71b0d53c5e5d44a928870f7c98beac7b34199ba0.tar.zst wallabag-71b0d53c5e5d44a928870f7c98beac7b34199ba0.zip |
[fix] #115 cookie lifetime was empty
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ | |||
11 | define ('POCHE', '1.5.3'); | 11 | define ('POCHE', '1.5.3'); |
12 | require 'check_setup.php'; | 12 | require 'check_setup.php'; |
13 | require_once 'inc/poche/global.inc.php'; | 13 | require_once 'inc/poche/global.inc.php'; |
14 | session_start(); | ||
15 | 14 | ||
16 | # Start Poche | 15 | # Start Poche |
17 | $poche = new Poche(); | 16 | $poche = new Poche(); |