mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 09:25:25 +00:00
bug fix #251: login failure
This commit is contained in:
parent
0c994bd934
commit
36b9219842
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue