Rewrote init-phase stuff:
[mailer.git] / network-vcheck.php
index 002d2652dca96d1e7f9686075c29fb395a370098..a21f50ea99b6e72319a266767a0bfc74d4a7f3a2 100644 (file)
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'network-vcheck';
 $GLOBALS['__output_mode'] = -1;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set HTTP status to 500 (if ext-network is not found, but this script is called)
 setHttpStatus('500 Internal Server Error');