mirror of
https://github.com/filegator/filegator.git
synced 2025-08-28 17:59:54 +02:00
fixes #43
This commit is contained in:
4
dist/index.php
vendored
4
dist/index.php
vendored
@@ -24,6 +24,10 @@ if (! is_writable(__DIR__.'/../repository/')) {
|
||||
die;
|
||||
}
|
||||
|
||||
if (! file_exists(__DIR__.'/../configuration.php')) {
|
||||
copy(__DIR__.'/../configuration_sample.php', __DIR__.'/../configuration.php');
|
||||
}
|
||||
|
||||
require __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
if (! defined('APP_ENV')) {
|
||||
|
Reference in New Issue
Block a user