diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-17 17:03:55 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-17 17:03:55 +0200 |
commit | 36b92198425618a098941494000e21935208cb90 (patch) | |
tree | b7e10ad990c333d8e066fe5ed304e2764d4c0b33 /index.php | |
parent | 0c994bd9349fd4c7f01dbbfef2be064e00c7f74e (diff) | |
download | wallabag-36b92198425618a098941494000e21935208cb90.tar.gz wallabag-36b92198425618a098941494000e21935208cb90.tar.zst wallabag-36b92198425618a098941494000e21935208cb90.zip |
bug fix #251: login failure
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | define ('POCHE', '1.0.0'); | 11 | define ('POCHE', '1.0.0'); |
12 | require_once 'inc/poche/global.inc.php'; | 12 | require_once 'inc/poche/global.inc.php'; |
13 | session_start(); | ||
13 | 14 | ||
14 | # Start Poche | 15 | # Start Poche |
15 | $poche = new Poche(); | 16 | $poche = new Poche(); |