diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-08-21 17:17:36 +0300 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-08-21 17:17:36 +0300 |
commit | 211068ce504c48ee95e742a12ec04f16f3988c6c (patch) | |
tree | 426e29031e9b4dd431326a7fc2210a35c2e21b76 /index.php | |
parent | 70549136ba0ba5692448a079b6911cf8bb52cbee (diff) | |
download | wallabag-211068ce504c48ee95e742a12ec04f16f3988c6c.tar.gz wallabag-211068ce504c48ee95e742a12ec04f16f3988c6c.tar.zst wallabag-211068ce504c48ee95e742a12ec04f16f3988c6c.zip |
vendor dir is not accessible before install, sqlite db dir write check moved into db class
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'; |