X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=0d53569e82584100cf0b2705e8f5c45098af3adf;hp=cb41c079d1ca69b262df774e57bd44aa72067957;hb=d016e24dd4686f613a17733b96bc28fac936a4ac;hpb=5ae157f2010b3aae3c6f2ecdc6ec7c30b305be4a diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index cb41c079d1..0d53569e82 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -125,8 +125,7 @@ $_CONFIG = array( $GLOBALS['header_sent'] = 0; // Init fatal messages -global $FATAL; -$FATAL = array(); +initFatalMessages(); // Check if this file is writeable or read-only and warn the user if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndTrue('mxchange_installed'))) { @@ -134,7 +133,7 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT if (empty($GLOBALS['module'])) $GLOBALS['module'] = "index"; // CSS array - $EXT_CSS_FILES = array(); + EXT_INIT_CSS_FILES(); if ((!empty($MySQL['host'])) && (!empty($MySQL['login'])) && (!empty($MySQL['password'])) && (!empty($MySQL['dbase']))) { // Connect to DB