X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_2.php;h=450f1787e97070c634dd31d16c0be1e9b60e81a6;hp=cdf02e92d240428e7bece2ea70d951ebe3cc1bc3;hb=7d1b89ce52957eda7fafb7316afa3df21910bf97;hpb=391d7dcbbea7ea86bcc56171b97c1c5c75c83526 diff --git a/inc/install/install_page_2.php b/inc/install/install_page_2.php index cdf02e92d2..450f1787e9 100644 --- a/inc/install/install_page_2.php +++ b/inc/install/install_page_2.php @@ -59,16 +59,17 @@ if (ifFatalErrorsDetected()) { // Prepare content array $content = array( - 'mysql_host' => $GLOBALS['install_mysql']['host'], - 'mysql_dbase' => $GLOBALS['install_mysql']['dbase'], - 'mysql_prefix' => $GLOBALS['install_mysql']['prefix'], - 'mysql_login' => $GLOBALS['install_mysql']['login'], - 'table_type' => $GLOBALS['install_mysql']['type'], - 'spath' => postRequestElement('spath'), - 'burl' => postRequestElement('burl'), - 'title' => postRequestElement('title'), - 'slogan' => postRequestElement('slogan'), - 'email' => postRequestElement('email') + 'mysql_host' => $GLOBALS['install_mysql']['host'], + 'mysql_dbase' => $GLOBALS['install_mysql']['dbase'], + 'mysql_prefix' => $GLOBALS['install_mysql']['prefix'], + 'mysql_login' => $GLOBALS['install_mysql']['login'], + 'table_type' => $GLOBALS['install_mysql']['type'], + 'database_extension' => $GLOBALS['install_mysql']['extension'], + 'spath' => postRequestElement('spath'), + 'burl' => postRequestElement('burl'), + 'title' => postRequestElement('title'), + 'slogan' => postRequestElement('slogan'), + 'email' => postRequestElement('email') ); // Load template