aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-17 17:03:55 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-10-17 17:03:55 +0200
commit36b92198425618a098941494000e21935208cb90 (patch)
treeb7e10ad990c333d8e066fe5ed304e2764d4c0b33
parent0c994bd9349fd4c7f01dbbfef2be064e00c7f74e (diff)
downloadwallabag-36b92198425618a098941494000e21935208cb90.tar.gz
wallabag-36b92198425618a098941494000e21935208cb90.tar.zst
wallabag-36b92198425618a098941494000e21935208cb90.zip
bug fix #251: login failure
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index a6459270..fdcfc328 100644
--- a/index.php
+++ b/index.php
@@ -10,6 +10,7 @@
10 10
11define ('POCHE', '1.0.0'); 11define ('POCHE', '1.0.0');
12require_once 'inc/poche/global.inc.php'; 12require_once 'inc/poche/global.inc.php';
13session_start();
13 14
14# Start Poche 15# Start Poche
15$poche = new Poche(); 16$poche = new Poche();