diff options
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/index.php b/web/index.php index 84e49eb1..ac361181 100644 --- a/web/index.php +++ b/web/index.php | |||
@@ -13,12 +13,11 @@ define ('WALLABAG', '2.0.0-alpha'); | |||
13 | use Wallabag\Wallabag\Wallabag; | 13 | use Wallabag\Wallabag\Wallabag; |
14 | 14 | ||
15 | require_once '../app/check_essentials.php'; | 15 | require_once '../app/check_essentials.php'; |
16 | require_once '../app/check_setup.php'; | ||
17 | require_once '../app/config/global.inc.php'; | 16 | require_once '../app/config/global.inc.php'; |
18 | 17 | ||
19 | // Check if /cache is writeable | 18 | // Check if /cache is writable |
20 | if (! is_writable(CACHE)) { | 19 | if (! is_writable(CACHE)) { |
21 | die('The directory ' . CACHE . ' must be writeable by your web server user'); | 20 | die('The directory ' . CACHE . ' must be writable by your web server user'); |
22 | } | 21 | } |
23 | 22 | ||
24 | Session::$sessionName = 'wallabag'; | 23 | Session::$sessionName = 'wallabag'; |