Added stuff for PHP extension selection in both installers.
[mailer.git] / inc / install / install_page_2.php
index cdf02e92d240428e7bece2ea70d951ebe3cc1bc3..450f1787e97070c634dd31d16c0be1e9b60e81a6 100644 (file)
@@ -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