]> git.mxchange.org Git - mailer.git/blobdiff - network-vcheck.php
Added more wrapper, commented out another noisy debug line
[mailer.git] / network-vcheck.php
index 953e84b086cb2df268cf1c7dff852b6765665d07..3bb6ff5734343251b2d2361cff391e97a7204aed 100644 (file)
@@ -48,6 +48,9 @@ $GLOBALS['__output_mode'] = -1;
 // Load the required file(s)
 require('inc/config-global.php');
 
+// Set HTTP status to 500 (if ext-network is not found, but this script is called)
+setHttpStatus('500 Internal Server Error');
+
 // Set content type
 setContentType('text/plain');