X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=5053ac7b8283cc17253edc0ea99d7c6e5f5e079c;hb=d7581d350fa2121ccf615a2e60298f7918cd452d;hp=99c1f7659317ab53c5b3a3dfea379747bbc55f9e;hpb=fe1e1d3b8291b1ca991e3d2e639cb28097c53d74;p=mailer.git diff --git a/install.php b/install.php index 99c1f76593..5053ac7b82 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');