X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=doubler.php;h=c1b3b91a6ede2251280abda4083589d942a6fec9;hp=496e30a1d4985b1cfcd8b0154fa9d8e2c353a434;hb=e444c97372c3c0e04e0707f1c2255c2f2efe37d5;hpb=61621983cc6d7195fcc7eab29b5f6080ff283b34 diff --git a/doubler.php b/doubler.php index 496e30a1d4..c1b3b91a6e 100644 --- a/doubler.php +++ b/doubler.php @@ -40,8 +40,8 @@ $GLOBALS['__start_time'] = microtime(TRUE); $GLOBALS['__module'] = 'doubler'; $GLOBALS['__output_mode'] = '0'; -// Load the required file(s) -require('inc/config-global.php'); +// Initialize application +require('inc/init.php'); // Set content type setContentType('text/html');