diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 14:57:04 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-28 14:57:04 +0100 |
commit | 4c14936353253ab521d6b64d0b9eafcb5e490cec (patch) | |
tree | 3dc0de22e1b4b9ab8d4da351de05211860236602 /index.php | |
parent | 2bb207d005850263ee4cc227d7b4ad147d6291e2 (diff) | |
download | wallabag-4c14936353253ab521d6b64d0b9eafcb5e490cec.tar.gz wallabag-4c14936353253ab521d6b64d0b9eafcb5e490cec.tar.zst wallabag-4c14936353253ab521d6b64d0b9eafcb5e490cec.zip |
road to 1.5.3
Diffstat (limited to 'index.php')
-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.5.2'); | 11 | define ('POCHE', '1.5.3'); |
12 | require 'check_setup.php'; | 12 | require 'check_setup.php'; |
13 | require_once 'inc/poche/global.inc.php'; | 13 | require_once 'inc/poche/global.inc.php'; |
14 | session_start(); | 14 | session_start(); |