Rewrote init-phase stuff:
[mailer.git] / autoreg.php
index ecd2f9c2b97e165a75ef882e51b0c7c2c5fbf4ce..f843365074270b763ba1a73389e42c47cb8bf750 100644 (file)
@@ -45,8 +45,8 @@ $GLOBALS['__module']      = 'autoreg';
 $GLOBALS['__header_sent'] = 2;
 $GLOBALS['__footer_sent'] = 2;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set content type
 setContentType('text/plain');