]> git.mxchange.org Git - mailer.git/blobdiff - install.php
Removed gone websites
[mailer.git] / install.php
index 8b1e4b1b64b3950fef479188df7757f5b0f7d361..23fc61f58aa77b20c79dc27b2e3e67dc8d924cf1 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Installationsscript.                             *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2015 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');