]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
bug fix #251: login failure
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 17 Oct 2013 15:03:55 +0000 (17:03 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 17 Oct 2013 15:03:55 +0000 (17:03 +0200)
index.php

index a645927026f536bac49e96477950f001d317dc56..fdcfc32860f02861b9d76f97a31e4b7711abf4eb 100644 (file)
--- 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();