X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=network-vcheck.php;h=f615c1778a3b99d532c3bfdc04d44a58d424d204;hb=b02de7ccf21c231499555985632da8f19a2fa614;hp=3bb6ff5734343251b2d2361cff391e97a7204aed;hpb=89a0d1fa9b12aca7eaec782aa932bd397f8a70c8;p=mailer.git diff --git a/network-vcheck.php b/network-vcheck.php index 3bb6ff5734..f615c1778a 100644 --- a/network-vcheck.php +++ b/network-vcheck.php @@ -39,7 +39,7 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['__start_time'] = microtime(true); +$GLOBALS['__start_time'] = microtime(TRUE); // Set module and output mode (raw) $GLOBALS['__module'] = 'network-vcheck'; @@ -58,7 +58,7 @@ setContentType('text/plain'); loadIncludeOnce('inc/header.php'); // Is the required extension installed? -if (isExtensionInstalled('network')) { +if ((isExtensionInstalled('network')) && (countRequestGet() > 0)) { // It is installed, so handle the request handleNetworkPaymentCheckRequest(); } // END - if