mirror of
https://github.com/filegator/filegator.git
synced 2025-07-31 13:00:12 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
|
Reference in New Issue
Block a user