]> git.mxchange.org Git - mailer.git/blobdiff - ajax.php
also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / ajax.php
index e5808595ddb09a9bfc3fc8ca36f96429b5b1a942..73b3d8f191dfafed5ad278cc04f389c5b790842d 100644 (file)
--- a/ajax.php
+++ b/ajax.php
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : AJAX-Abfragescript                               *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -48,8 +48,8 @@ $GLOBALS['__module']      = 'ajax';
 $GLOBALS['__header_sent'] = 2;
 $GLOBALS['__footer_sent'] = 2;
 
-// Load config file
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Load special AJAX library
 loadIncludeOnce('inc/ajax-functions.php');