X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=web%2Findex.php;h=ac361181f29bec5a78c6f1dc3b90029d291351b4;hb=19875ef0dad9999f91e6f8d780756e402b5e6722;hp=84e49eb1c8ff2bea87de9cc2ea3e083940d916ee;hpb=00fcfd299b7a1aa5177c97d2b13c0d9d587678e5;p=github%2Fwallabag%2Fwallabag.git 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';