We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcf26c commit 3e97e3fCopy full SHA for 3e97e3f
install/deb/filemanager/filegator/configuration.php
@@ -2,6 +2,7 @@
2
3
$dist_config = require __DIR__.'/configuration_sample.php';
4
5
+$dist_config['public_path'] = '/fm/';
6
$dist_config['frontend_config']['app_name'] = 'Hestia FM';
7
$dist_config['frontend_config']['logo'] = 'https://raw.githubusercontent.com/filegator/filegator/master/dist/img/logo.png';
8
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py' ];
0 commit comments