X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=install.php;h=5244ae062744aa79b26b41e8fd2b8c46017bb1b4;hb=d0d1bbc89b4eabf5435babf548616253322b2b16;hp=9e28d9c2aab4ddc765940dada10044a2e5f79460;hpb=2ec9007220186d54f84846871ed1f7638c29baf7;p=mailer.git diff --git a/install.php b/install.php index 9e28d9c2aa..5244ae0627 100644 --- a/install.php +++ b/install.php @@ -1,33 +1,22 @@ 0) { - // Output fatal messages - loadInclude('inc/fatal_errors.php'); + addFatalMessage(__FILE__, __LINE__, '{--ALREADY_INSTALLED--}'); } // 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'); +// Load main installation table +loadTemplate('install_main', false, getInstallerContent()); // Footer loadIncludeOnce('inc/footer.php'); -// +// [EOF] ?>