X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=9e28d9c2aab4ddc765940dada10044a2e5f79460;hp=67092fc509ccb55b8defa3dfa9440c98251ab157;hb=3cd75aff530344e48344db899d342e4559c9c9a2;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/install.php b/install.php index 67092fc509..9e28d9c2aa 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ 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'); - // Here start's our installtion stuff - require_once (PATH."inc/install-inc.php"); +// Here start's our installtion stuff +loadIncludeOnce('inc/install-inc.php'); - // Close main installation table - LOAD_TEMPLATE("install_footer"); -} +// Close main installation table +LOAD_TEMPLATE('install_footer'); // Footer -require (PATH."inc/footer.php"); +loadIncludeOnce('inc/footer.php'); // ?>