X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=14ff7074fe7f46be755e3a2f3f76cdada506f75e;hb=1f507f190ba73b50dc005b6d5597422f239b3761;hp=84c9a6a1e31a354de1c029e4f4894eadb497d186;hpb=a7b0c182c660809dc95c8dd1205809006ae2f9c7;p=mailer.git diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index 84c9a6a1e3..14ff7074fe 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -66,7 +66,7 @@ if ((empty($MySQL['login'])) && (!defined('mxchange_installing')) && (!REQUEST_I // Please run the installation script (maybe again) mxchange_die("{--DIE_RUN_INSTALL_MYSQL--}"); } -} elseif ((!isBooleanConstantAndTrue('mxchange_installing')) && (!REQUEST_ISSET_GET(('installing'))) && (empty($MySQL['password'])) && (isBooleanConstantAndTrue('warn_no_pass'))) { +} elseif ((!isInstalling()) && (!REQUEST_ISSET_GET(('installing'))) && (empty($MySQL['password'])) && (isBooleanConstantAndTrue('warn_no_pass'))) { // No database password entered!!! OUTPUT_HTML("
{--LANG_WARNING--}:
{--WARN_NULL_PASSWORD--}"); } @@ -85,7 +85,7 @@ $GLOBALS['header_sent'] = 0; initFatalMessages(); // Check if this file is writeable or read-only and warn the user -if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndTrue('mxchange_installed'))) { +if ((!isInstalling()) && (isBooleanConstantAndTrue('mxchange_installed'))) { // Check for write-permission for config.php and inc directory if (empty($GLOBALS['module'])) $GLOBALS['module'] = "index";