mirror of
https://github.com/filegator/filegator.git
synced 2025-04-10 09:51:59 +02:00
Update index.php
This commit is contained in:
parent
b8815caac5
commit
82ee7a2fa7
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user