]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_config.php
Also reset (aka daily reset scripts) renamed. The naming 'reset' came from the time...
[mailer.git] / inc / load_config.php
index f3454862f6f55ab6e0f3e89aa59241ecd13079d4..e0c3ad0ee5c800f7655badcead1061432cff2172 100644 (file)
@@ -81,7 +81,7 @@ if ((isIncludeReadable(getCachePath() . 'config-local.php')) && (isIncludeReadab
        setConfigEntry('OUTPUT_MODE', 'render');
 }
 
-// Check if the user setups his MySQL stuff...
+// Check if the user setups his database login stuff...
 if ((empty($GLOBALS['mysql']['login'])) && (!isInstalling()) && (!isInstallationPhase()) && (!isGetRequestParameterSet('installing')) && (isInstalled())) {
        // No login entered and outside installation mode
        outputHtml('<strong>{--MAILER_WARNING--}:</strong>');