diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-08-21 16:42:22 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-08-21 16:42:22 +0200 |
commit | 4362417495b116b6bd4c3011187968f68f09430f (patch) | |
tree | 2900cccca6602a22f17e01188c3a9193f1334e47 /index.php | |
parent | 45e60cb52a132917463bb45d1f1b41fc671ca659 (diff) | |
parent | a9bbe11169a89195aeb72ecddd1e000276b5bf72 (diff) | |
download | wallabag-4362417495b116b6bd4c3011187968f68f09430f.tar.gz wallabag-4362417495b116b6bd4c3011187968f68f09430f.tar.zst wallabag-4362417495b116b6bd4c3011187968f68f09430f.zip |
Merge branch 'dev' of https://github.com/wallabag/wallabag into dev
Diffstat (limited to 'index.php')
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,8 +10,8 @@ | |||
10 | 10 | ||
11 | define ('POCHE', '1.8.0'); | 11 | define ('POCHE', '1.8.0'); |
12 | require 'check_essentials.php'; | 12 | require 'check_essentials.php'; |
13 | require_once 'inc/poche/global.inc.php'; | ||
14 | require 'check_setup.php'; | 13 | require 'check_setup.php'; |
14 | require_once 'inc/poche/global.inc.php'; | ||
15 | 15 | ||
16 | // Start session | 16 | // Start session |
17 | Session::$sessionName = 'wallabag'; | 17 | Session::$sessionName = 'wallabag'; |