From: Roland Häder Date: Tue, 27 Nov 2012 21:31:42 +0000 (+0000) Subject: This else block caused an abort in index.php on installation phase X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=e49c041711e84fe5d57ab1120bda59eea6ab4773 This else block caused an abort in index.php on installation phase --- diff --git a/inc/load_config.php b/inc/load_config.php index 2d15e8e2d6..483a4d270b 100644 --- a/inc/load_config.php +++ b/inc/load_config.php @@ -79,9 +79,6 @@ if ((isIncludeReadable(getCachePath() . 'config-local.php')) && (isIncludeReadab // Set output mode here setConfigEntry('OUTPUT_MODE', 'render'); -} else { - // This should not happen - reportBug(__FILE__, __LINE__, 'Was not able to load/detect configuration file and/or installation phase!'); } // Check if the user setups his database login stuff...