diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-25 02:00:07 -0800 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-11-25 02:00:07 -0800 |
commit | c2b7a11c772a5b503896add11ea18838999f8d58 (patch) | |
tree | 1976b248eb85e335febc13e0442b8fe766b91687 /index.php | |
parent | cd8a3441561fa63b9da1b705c4b28dee787f79b0 (diff) | |
parent | 7a4482b8a43afca7f5c311ae7e44b3f0c4d239c0 (diff) | |
download | wallabag-c2b7a11c772a5b503896add11ea18838999f8d58.tar.gz wallabag-c2b7a11c772a5b503896add11ea18838999f8d58.tar.zst wallabag-c2b7a11c772a5b503896add11ea18838999f8d58.zip |
Merge pull request #326 from inthepoche/dev
1.2.0
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.1.0'); | 11 | define ('POCHE', '1.2.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 | ||