]> git.mxchange.org Git - mailer.git/blobdiff - click.php
Now with two underscores
[mailer.git] / click.php
index 47f9c16cf23ed81742b1116bf0efb357ed4edda3..d5cc535af561eeebdf5fd584f19ecbc40c325525 100644 (file)
--- a/click.php
+++ b/click.php
 // Load security stuff here
 require('inc/libs/security_functions.php');
 
+// Init start time
+$GLOBALS['startTime'] = microtime(true);
+
 // Set module
-$GLOBALS['module'] = 'click';
+$GLOBALS['__module'] = 'click';
 $GLOBALS['output_mode'] = -1;
 
 // Load the required file(s)
@@ -55,7 +58,7 @@ if ((isGetRequestElementSet('user')) && (isGetRequestElementSet('banner'))) {
 
        // A line has been updated?
        if ((!SQL_HASZEROAFFECTED()) && (isGetRequestElementSet('user'))) {
-               // Redirect to the user's referal link
+               // Redirect to the user's referral link
                redirectToUrl('ref.php?refid=' . bigintval(getRequestElement('user')));
        } // END - if
 } // END - if