X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=89b588949de2e872353dfdafadf44f92d70a0f23;hp=75638936e493b07f504ba0211c230a9ee6957e33;hb=1a9c4d5736b58e8d1da657ba2ff3da9f0777300c;hpb=4ccc02299e123d24c043c917fb16208d0338f300 diff --git a/install.php b/install.php index 75638936e4..89b588949d 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ 0) { - // Output fatal messages - loadInclude('inc/fatal_errors.php'); -} // END - if - // Load header here loadIncludeOnce('inc/header.php'); -// Add main installation table -LOAD_TEMPLATE('install_header'); +// Handle fatal errors +runFilterChain('handle_fatal_errors'); // Here start's our installtion stuff loadIncludeOnce('inc/install-inc.php'); -// Close main installation table -LOAD_TEMPLATE('install_footer'); +// Handle fatal errors again +runFilterChain('handle_fatal_errors'); + +// Load main installation table +loadTemplate('install_main', false, $GLOBALS['install_content']); // Footer loadIncludeOnce('inc/footer.php'); -// +// [EOF] ?>