1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

bug fix #251: login failure

This commit is contained in:
Nicolas Lœuillet 2013-10-17 17:03:55 +02:00
parent 0c994bd934
commit 36b9219842

View File

@ -10,6 +10,7 @@
define ('POCHE', '1.0.0'); define ('POCHE', '1.0.0');
require_once 'inc/poche/global.inc.php'; require_once 'inc/poche/global.inc.php';
session_start();
# Start Poche # Start Poche
$poche = new Poche(); $poche = new Poche();