X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall%2Finstall_page_2.php;h=450f1787e97070c634dd31d16c0be1e9b60e81a6;hb=7d1b89ce52957eda7fafb7316afa3df21910bf97;hp=91839eb8092fad87394a304eeb7a7b9f4e943d33;hpb=57ebcf68d831d1d074328c0b048ae694281315f3;p=mailer.git diff --git a/inc/install/install_page_2.php b/inc/install/install_page_2.php index 91839eb809..450f1787e9 100644 --- a/inc/install/install_page_2.php +++ b/inc/install/install_page_2.php @@ -36,7 +36,7 @@ ************************************************************************/ // Some security stuff... -if ((!defined('__SECURITY')) || (!isInstallationPhase())) { +if ((!defined('__SECURITY')) || (!isInstaller())) { die(); } // END - if @@ -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