diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-19 13:56:06 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-19 13:56:06 +0100 |
commit | 655214ab30ee84884dc408488b85586f36263fcb (patch) | |
tree | d7b855b0a5185fc8e26914b957557c8ebee4ae3d /index.php | |
parent | 60ca369cd328f4eae31005c547b9419a5ab33324 (diff) | |
parent | fb5a9666ed99abe16b8823a98aed1a6dce03bb04 (diff) | |
download | wallabag-655214ab30ee84884dc408488b85586f36263fcb.tar.gz wallabag-655214ab30ee84884dc408488b85586f36263fcb.tar.zst wallabag-655214ab30ee84884dc408488b85586f36263fcb.zip |
Merge pull request #469 from wallabag/dev
version number 1.5.1
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.0'); | 11 | define ('POCHE', '1.5.1'); |
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(); |