From cbdbf11edcdf81b035fa8bd52c4e95bcd8cd515e Mon Sep 17 00:00:00 2001 From: slawkens <slawkens@gmail.com> Date: Wed, 7 Oct 2020 23:09:33 +0200 Subject: [PATCH] Remove config.local.php from optional dirs --- install/steps/3-requirements.php | 1 - 1 file changed, 1 deletion(-) diff --git a/install/steps/3-requirements.php b/install/steps/3-requirements.php index 3b56238e..0cef10ae 100644 --- a/install/steps/3-requirements.php +++ b/install/steps/3-requirements.php @@ -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', ];