X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=23fc61f58aa77b20c79dc27b2e3e67dc8d924cf1;hp=948cbd9af6e328dc84e59150d7671c93ac154a6a;hb=refs%2Fheads%2Fserver-0.2.1-FINAL%2Fwernis-schleuder-de;hpb=96e99262a97d399f98bb92bc11a5fc9c140ca388 diff --git a/install.php b/install.php index 948cbd9af6..23fc61f58a 100644 --- a/install.php +++ b/install.php @@ -11,7 +11,7 @@ * Kurzbeschreibung : Installationsscript. * * -------------------------------------------------------------------- * * 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 * @@ -46,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');