mirror of
https://github.com/filegator/filegator.git
synced 2025-07-31 10:40:28 +02:00
Update index.php
This commit is contained in:
5
dist/index.php
vendored
5
dist/index.php
vendored
@@ -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;
|
||||||
|
Reference in New Issue
Block a user