diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-07 13:19:34 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-07 13:19:34 +0200 |
commit | 031df528b611a5c6639c0d86636633da098d8aa2 (patch) | |
tree | 3e301eb1292eedbee21dc119e3cc87eb9047e90b /index.php | |
parent | 9d3b88b3796496b68e762d50904a7ab609edc9c3 (diff) | |
download | wallabag-031df528b611a5c6639c0d86636633da098d8aa2.tar.gz wallabag-031df528b611a5c6639c0d86636633da098d8aa2.tar.zst wallabag-031df528b611a5c6639c0d86636633da098d8aa2.zip |
bug fix #268: move POCHE_VERSION in index.php and change the name to avoid conflicts when updating
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +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.0.0'); | ||
11 | require_once 'inc/poche/global.inc.php'; | 12 | require_once 'inc/poche/global.inc.php'; |
12 | 13 | ||
13 | # Start Poche | 14 | # Start Poche |