This commit is contained in:
Milos Stojanovic
2020-02-26 11:05:59 +01:00
parent cc08570056
commit bf147321c4
2 changed files with 5 additions and 0 deletions

4
dist/index.php vendored
View File

@@ -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')) {

View File

@@ -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.