X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=network-vcheck.php;h=a21f50ea99b6e72319a266767a0bfc74d4a7f3a2;hp=002d2652dca96d1e7f9686075c29fb395a370098;hb=cb11b0028323b24de48bfbab2ed576455e0d9465;hpb=4da10ba9e4a47d9b4eee4609a185fc7266fab031 diff --git a/network-vcheck.php b/network-vcheck.php index 002d2652dc..a21f50ea99 100644 --- a/network-vcheck.php +++ b/network-vcheck.php @@ -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');