]> git.mxchange.org Git - mailer.git/blobdiff - inc/install/install_page_2.php
Better only check on daily reset
[mailer.git] / inc / install / install_page_2.php
index e14e211f3f9b8cd0e39f6df04092d39d6550f46a..ccf4841df907136d8f310314d1a7bf14361ed507 100644 (file)
@@ -59,14 +59,11 @@ if (ifFatalErrorsDetected()) {
 
 // Prepare content array
 $content = array(
-       'mysql_host'   => $GLOBALS['install_mysql'['host',
-
-// [EOF]
-?>
-       'mysql_dbase'  => $GLOBALS['install_mysql'['dbase',
-       'mysql_prefix' => $GLOBALS['install_mysql'['prefix',
-       'mysql_login'  => $GLOBALS['install_mysql'['login',
-       'table_type'   => $GLOBALS['install_mysql'['type',
+       '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'),
@@ -76,3 +73,6 @@ $content = array(
 
 // Load template
 addTemplateToInstallContent('install_page2', $content);
+
+// [EOF]
+?>