Remove config.local.php from optional dirs

This commit is contained in:
slawkens 2020-10-07 23:09:33 +02:00
parent 515db04023
commit cbdbf11edc

View File

@ -7,7 +7,6 @@ $dirs_required = [
'system/cache',
];
$dirs_optional = [
'config.local.php' => 'You will need to manually update your config.local.php',
'images/guilds' => 'Guild logo upload will not work',
'images/gallery' => 'Gallery image upload will not work',
];