Skip to content

Commit f54fa8e

Browse files
author
Kristan Kenney
committed
Update File Manager Configuration
* Use Hestia Control Panel logo instead of Filegator * Adjust strings for title and Control Panel entry point
1 parent ea320fa commit f54fa8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$dist_config = require __DIR__.'/configuration_sample.php';
44

55
$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';
6+
$dist_config['frontend_config']['app_name'] = 'File Manager - Hestia Control Panel';
7+
$dist_config['frontend_config']['logo'] = '../images/logo.png';
88
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py',
99
'.yml', '.xml', '.md', '.log', '.csv', '.conf', '.config', '.ini', '.scss', '.sh', '.env', '.example' ];
1010
$dist_config['frontend_config']['guest_redirection'] = '/login/' ;
@@ -57,7 +57,7 @@
5757
if (document.getElementsByClassName("navbar-item").length) {
5858
clearInterval(checkVueLoaded);
5959
var navProfile = document.getElementsByClassName("navbar-item profile")[0]; navProfile.replaceWith(navProfile.cloneNode(true))
60-
document.getElementsByClassName("navbar-item logout")[0].text="Back to Hestia";
60+
document.getElementsByClassName("navbar-item logout")[0].text="Exit to Control Panel \u00BB";
6161
}
6262
}, 200);
6363
</script>',

0 commit comments

Comments
 (0)