Rewrote init-phase stuff:
[mailer.git] / network-delurl.php
index f9a504dbdb056ff798d3ae69b26b51db3897d4a7..ff4cbeec0c82de4ab7ae33dea143ffbb6f6de278 100644 (file)
@@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'network-delurl';
 $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');