]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - check_setup.php
3 // Check if /cache is writeable
4 if (! is_writable('cache')) {
5 die('The directory "cache" must be writeable by your web server user');
8 // install folder still present, need to install wallabag
9 if (is_dir('install')) {
10 require('install/index.php');