aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-03-02 08:38:26 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-03-02 08:38:26 +0100
commit71b0d53c5e5d44a928870f7c98beac7b34199ba0 (patch)
tree90ccb7f96cf3219ef77217edfc7de47fde4fde58 /index.php
parent11c680f97aa07b48f33e264effb2975d6ca31a0c (diff)
downloadwallabag-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.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9f5d0ade..06ab7d3c 100644
--- a/index.php
+++ b/index.php
@@ -11,7 +11,6 @@
11define ('POCHE', '1.5.3'); 11define ('POCHE', '1.5.3');
12require 'check_setup.php'; 12require 'check_setup.php';
13require_once 'inc/poche/global.inc.php'; 13require_once 'inc/poche/global.inc.php';
14session_start();
15 14
16# Start Poche 15# Start Poche
17$poche = new Poche(); 16$poche = new Poche();