diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-11-16 02:29:01 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-11-16 02:29:01 +0100 |
commit | d0287608b6d34f36caafbf699d44337052a0fe3d (patch) | |
tree | da11dedf163257d3f98c9ef58ca36add8be8c7a7 /index.php | |
parent | d3122db7b267b384cd70f368328a9ed024719135 (diff) | |
download | wallabag-d0287608b6d34f36caafbf699d44337052a0fe3d.tar.gz wallabag-d0287608b6d34f36caafbf699d44337052a0fe3d.tar.zst wallabag-d0287608b6d34f36caafbf699d44337052a0fe3d.zip |
update constant version
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ | |||
8 | * @license http://opensource.org/licenses/MIT see COPYING file | 8 | * @license http://opensource.org/licenses/MIT see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE', '1.8.0'); | 11 | define ('POCHE', '1.8.1'); |
12 | require 'check_essentials.php'; | 12 | require 'check_essentials.php'; |
13 | require 'check_setup.php'; | 13 | require 'check_setup.php'; |
14 | require_once 'inc/poche/global.inc.php'; | 14 | require_once 'inc/poche/global.inc.php'; |
@@ -19,4 +19,4 @@ Session::init(); | |||
19 | 19 | ||
20 | // Let's rock ! | 20 | // Let's rock ! |
21 | $wallabag = new Poche(); | 21 | $wallabag = new Poche(); |
22 | $wallabag->run(); \ No newline at end of file | 22 | $wallabag->run(); |