mirror of
https://github.com/filegator/filegator.git
synced 2025-08-13 19:14:35 +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;
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (! file_exists(__DIR__.'/../configuration.php')) {
|
||||||
|
copy(__DIR__.'/../configuration_sample.php', __DIR__.'/../configuration.php');
|
||||||
|
}
|
||||||
|
|
||||||
require __DIR__.'/../vendor/autoload.php';
|
require __DIR__.'/../vendor/autoload.php';
|
||||||
|
|
||||||
if (! defined('APP_ENV')) {
|
if (! defined('APP_ENV')) {
|
||||||
|
@@ -20,6 +20,7 @@ Available languages:
|
|||||||
- ```bulgarian```
|
- ```bulgarian```
|
||||||
- ```serbian```
|
- ```serbian```
|
||||||
- ```french```
|
- ```french```
|
||||||
|
- ```slovak```
|
||||||
|
|
||||||
Please help us translating FileGator to your language by submitting a Pull Request on GitHub.
|
Please help us translating FileGator to your language by submitting a Pull Request on GitHub.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user