mirror of
https://github.com/filegator/filegator.git
synced 2025-08-10 19:44:21 +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')) {
|
||||
|
@@ -20,6 +20,7 @@ Available languages:
|
||||
- ```bulgarian```
|
||||
- ```serbian```
|
||||
- ```french```
|
||||
- ```slovak```
|
||||
|
||||
Please help us translating FileGator to your language by submitting a Pull Request on GitHub.
|
||||
|
||||
|
Reference in New Issue
Block a user