]> git.mxchange.org Git - mailer.git/blobdiff - inc/load_config.php
Some comments fixed
[mailer.git] / inc / load_config.php
index 86524a7ce0ec1a2b8561c36e9f1fbd901a914d9b..f3454862f6f55ab6e0f3e89aa59241ecd13079d4 100644 (file)
@@ -93,7 +93,7 @@ if ((empty($GLOBALS['mysql']['login'])) && (!isInstalling()) && (!isInstallation
                debug_report_bug(__FILE__, __LINE__, '{--DIE_RUN_INSTALL_MYSQL--}');
        }
 } elseif ((!isInstalling()) && (!isInstallationPhase()) && (empty($GLOBALS['mysql']['password'])) && (getConfig('WARN_NO_PASS') == 'Y')) {
-       // No database password entered!!!
+       // No database password entered
        loadTemplate('admin_settings_saved', false, '<div class="warning">{--MAILER_WARNING--}:</div> {--WARN_NULL_PASSWORD--}');
 }