From: Nicolas LÅ“uillet Date: Thu, 17 Oct 2013 15:03:55 +0000 (+0200) Subject: bug fix #251: login failure X-Git-Tag: 1.1.0~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=36b92198425618a098941494000e21935208cb90;p=github%2Fwallabag%2Fwallabag.git bug fix #251: login failure --- diff --git a/index.php b/index.php index a6459270..fdcfc328 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ define ('POCHE', '1.0.0'); require_once 'inc/poche/global.inc.php'; +session_start(); # Start Poche $poche = new Poche();