Skip to content

Commit 0fb82bf

Browse files
author
Kristan Kenney
authored
Merge pull request hestiacp#903 from rmj-s/main
File Manager: Allow editing of .htaccess files
2 parents 3648f2f + e1aa367 commit 0fb82bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$dist_config['frontend_config']['app_name'] = 'File Manager - Hestia Control Panel';
77
$dist_config['frontend_config']['logo'] = '../images/logo.png';
88
$dist_config['frontend_config']['editable'] = ['.txt', '.css', '.js', '.ts', '.html', '.php', '.py',
9-
'.yml', '.xml', '.md', '.log', '.csv', '.conf', '.config', '.ini', '.scss', '.sh', '.env', '.example' ];
9+
'.yml', '.xml', '.md', '.log', '.csv', '.conf', '.config', '.ini', '.scss', '.sh', '.env', '.example', '.htaccess'];
1010
$dist_config['frontend_config']['guest_redirection'] = '/login/' ;
1111
$dist_config['frontend_config']['upload_max_size'] = 1024 * 1024 * 1024;
1212

0 commit comments

Comments
 (0)