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

5
dist/index.php vendored
View File

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