X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=check_setup.php;h=cf02c34baeacffc8cfc673c4b31c9a6ca69119e7;hb=c78c1a3f08815aab99752026ccdf1dcf63cf43c1;hp=2b84a7440d358d486e98119b2f23ee7396b076d2;hpb=0d67b00d5d3b7ce1b76b639dcc65c415a5f13439;p=github%2Fwallabag%2Fwallabag.git diff --git a/check_setup.php b/check_setup.php old mode 100644 new mode 100755 index 2b84a744..cf02c34b --- a/check_setup.php +++ b/check_setup.php @@ -1,28 +1,10 @@ "short_open_tag = On"'); - } -} - // Check if /cache is writeable if (! is_writable('cache')) { die('The directory "cache" must be writeable by your web server user'); } -// Check if /db is writeable -if (! is_writable('db')) { - die('The directory "db" must be writeable by your web server user'); -} - // install folder still present, need to install wallabag if (is_dir('install')) { require('install/index.php');