]> git.mxchange.org Git - mailer.git/blobdiff - install.php
Local files + modifications and ctracker
[mailer.git] / install.php
index 948cbd9af6e328dc84e59150d7671c93ac154a6a..23fc61f58aa77b20c79dc27b2e3e67dc8d924cf1 100644 (file)
@@ -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');