Update index.php

This commit is contained in:
Milos Stojanovic 2019-06-15 08:37:10 +02:00 committed by GitHub
parent b8815caac5
commit 82ee7a2fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
dist/index.php vendored
View File

@ -19,11 +19,6 @@ if (! is_writable(__DIR__.'/../private/logs/')) {
die;
}
if (! is_writable(__DIR__.'/../private/tmp/')) {
echo 'Folder not writable: /private/tmp/'."\n";
die;
}
if (! is_writable(__DIR__.'/../repository/')) {
echo 'Folder not writable: /repository/'."\n";
die;