From 19875ef0dad9999f91e6f8d780756e402b5e6722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 21 Jan 2015 14:45:39 +0100 Subject: add install script after composer install --- web/index.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'web') 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'); use Wallabag\Wallabag\Wallabag; require_once '../app/check_essentials.php'; -require_once '../app/check_setup.php'; require_once '../app/config/global.inc.php'; -// Check if /cache is writeable +// Check if /cache is writable if (! is_writable(CACHE)) { - die('The directory ' . CACHE . ' must be writeable by your web server user'); + die('The directory ' . CACHE . ' must be writable by your web server user'); } Session::$sessionName = 'wallabag'; -- cgit v1.2.3