]> git.mxchange.org Git - mailer.git/blobdiff - lead-confirm.php
Removed gone websites
[mailer.git] / lead-confirm.php
index 12b61064b5b64c97d063482462e4e9464c40fb17..69125767d86c0b29e4ba9a5ce4ab46efe637ccca 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Alles um den Bestaetigungslink                   *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'lead-confirm';
 $GLOBALS['__output_mode'] = '0';
 
-// Load config.php
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type
 setContentType('text/html');