X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=install.php;h=9e28d9c2aab4ddc765940dada10044a2e5f79460;hb=6feff44cf2653f93f61cac44919e7890b59456f7;hp=67092fc509ccb55b8defa3dfa9440c98251ab157;hpb=75ad748a68473ace540251427a74fb781b1145e9;p=mailer.git 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'); // ?>