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