Skip to content

Commit 3e97e3f

Browse files
committed
update public_path for FM config
1 parent 4bcf26c commit 3e97e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
$dist_config = require __DIR__.'/configuration_sample.php';
44

5+
$dist_config['public_path'] = '/fm/';
56
$dist_config['frontend_config']['app_name'] = 'Hestia FM';
67
$dist_config['frontend_config']['logo'] = 'https://raw.githubusercontent.com/filegator/filegator/master/dist/img/logo.png';
78
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py' ];

0 commit comments

Comments
 (0)