X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=71c7f7d1e0979240bc94354071f83b9280bc52e3;hb=3c3967cfd2f6d4f7681f435ea30f85bc03818815;hp=9e28d9c2aab4ddc765940dada10044a2e5f79460;hpb=5eb561b314f0d94663d4fb2a8d34aaaf4a79d226;p=mailer.git diff --git a/install.php b/install.php index 9e28d9c2aa..71c7f7d1e0 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] ?>