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
1 changed files with 1 additions and 0 deletions

View File

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