X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=click.php;h=d5cc535af561eeebdf5fd584f19ecbc40c325525;hb=6b2d68c2e1567c36b0ca917e4a73a2c1190d2dc0;hp=fb4b5c105b39cf30a3ce389770bb0bfc5a228e6c;hpb=2379934be6a196a54f4155bb8e24c49b20736969;p=mailer.git diff --git a/click.php b/click.php index fb4b5c105b..d5cc535af5 100644 --- a/click.php +++ b/click.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -38,8 +38,11 @@ // 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