X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=85abd0c042d7d88318d5a49fc83badcea69b7cfa;hb=2f83b073cdd7fdeeed2032ce6fb25e0590c83746;hp=75638936e493b07f504ba0211c230a9ee6957e33;hpb=4ccc02299e123d24c043c917fb16208d0338f300;p=mailer.git diff --git a/install.php b/install.php index 75638936e4..85abd0c042 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'); // Footer loadIncludeOnce('inc/footer.php'); -// +// [EOF] ?>