X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=56d31a6e6df30caf1fbde9520c10fc910803bdeb;hp=9e28d9c2aab4ddc765940dada10044a2e5f79460;hb=f1333f62ce7a23f61c08386d906795a2a9e068b1;hpb=2ec9007220186d54f84846871ed1f7638c29baf7 diff --git a/install.php b/install.php index 9e28d9c2aa..56d31a6e6d 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] ?>