X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_2.php;h=337e8df68d0280aa325a3e736476ee1d104175ed;hp=450f1787e97070c634dd31d16c0be1e9b60e81a6;hb=654f549c9b33a10285c98d17acdd2de73c26462a;hpb=17edf8052574cbc8496c01255cce43ad64774cd6 diff --git a/inc/install/install_page_2.php b/inc/install/install_page_2.php index 450f1787e9..337e8df68d 100644 --- a/inc/install/install_page_2.php +++ b/inc/install/install_page_2.php @@ -41,11 +41,12 @@ if ((!defined('__SECURITY')) || (!isInstaller())) { } // END - if // Prepare emissing elements -if (empty($GLOBALS['install_mysql']['dbase'])) $GLOBALS['install_mysql']['dbase'] = 'your_database'; -if (empty($GLOBALS['install_mysql']['login'])) $GLOBALS['install_mysql']['login'] = 'your_login'; -if (empty($GLOBALS['install_mysql']['host'])) $GLOBALS['install_mysql']['host'] = 'localhost'; -if (empty($GLOBALS['install_mysql']['prefix'])) $GLOBALS['install_mysql']['prefix'] = 'mailer'; -if (empty($GLOBALS['install_mysql']['type'])) $GLOBALS['install_mysql']['type'] = 'MyISAM'; +if (empty($GLOBALS['install_mysql']['dbase'])) $GLOBALS['install_mysql']['dbase'] = 'your_database'; +if (empty($GLOBALS['install_mysql']['login'])) $GLOBALS['install_mysql']['login'] = 'your_login'; +if (empty($GLOBALS['install_mysql']['host'])) $GLOBALS['install_mysql']['host'] = 'localhost'; +if (empty($GLOBALS['install_mysql']['prefix'])) $GLOBALS['install_mysql']['prefix'] = 'mailer'; +if (empty($GLOBALS['install_mysql']['type'])) $GLOBALS['install_mysql']['type'] = 'MyISAM'; +if (empty($GLOBALS['install_mysql']['extension'])) $GLOBALS['install_mysql']['extension'] = 'mysqli'; // Are there errors? if (ifFatalErrorsDetected()) {