diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-12 21:58:14 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-12 21:58:14 +0100 |
commit | 83b47311ba0b8383da7955723a694b0fb3819062 (patch) | |
tree | effdbc3c9aa9e8533e7a7582b0631a64685e868f | |
parent | 16fd1cce61a2b8fae4edce108d95f172c4dd32b1 (diff) | |
download | wallabag-83b47311ba0b8383da7955723a694b0fb3819062.tar.gz wallabag-83b47311ba0b8383da7955723a694b0fb3819062.tar.zst wallabag-83b47311ba0b8383da7955723a694b0fb3819062.zip |
go go go, 1.5 powa
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ | |||
8 | * @license http://www.wtfpl.net/ see COPYING file | 8 | * @license http://www.wtfpl.net/ see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE', '1.4.0'); | 11 | define ('POCHE', '1.5.0'); |
12 | require_once 'inc/poche/global.inc.php'; | 12 | require_once 'inc/poche/global.inc.php'; |
13 | session_start(); | 13 | session_start(); |
14 | 14 | ||