Added more config wrappers
[mailer.git] / inc / load_config.php
index 483a4d270b76a17ef49f250a65ee75345d710fd1..2d15e8e2d673d9fd2d1ae3bd6750067a577dcaba 100644 (file)
@@ -79,6 +79,9 @@ 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...