X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=23fc61f58aa77b20c79dc27b2e3e67dc8d924cf1;hb=2c1b50b97cb48d3c86909e1968d2f70f97db7bcb;hp=44559e8996c18575855e1465f0f924df3eee409f;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;p=mailer.git diff --git a/install.php b/install.php index 44559e8996..23fc61f58a 100644 --- a/install.php +++ b/install.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Installationsscript. * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2016 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -51,8 +46,8 @@ $GLOBALS['__mailer_installing'] = TRUE; $GLOBALS['__module'] = 'install'; $GLOBALS['__output_mode'] = '0'; -// Load config file -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type setContentType('text/html'); @@ -73,7 +68,7 @@ if ((isInstalled()) && (getRequestElement('install_page') != 'finished')) { } // END - if // Load header here -loadIncludeOnce('inc/header.php'); +loadPageHeader(); // Handle fatal errors runFilterChain('handle_fatal_errors'); @@ -110,7 +105,7 @@ if (isGetRequestElementSet('installer')) { } // Footer -loadIncludeOnce('inc/footer.php'); +loadPageFooter(); // [EOF] ?>