introduced isSqlResult() which encapsulates checking MySQL/i results
[mailer.git] / index.php
index 329b0c2bcb91a2d05ccd95ca5df6fd126f076731..0422155a3502e9d255fa459fa2b863be8b767f9b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -12,7 +12,7 @@
  *           modules.php                                                *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -45,8 +45,8 @@ $GLOBALS['__module']      = 'index';
 $GLOBALS['__what']        = 'welcome';
 $GLOBALS['__output_mode'] = '0';
 
-// Load config.php
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Fix what to 'home'
 setWhat(getIndexHome());