X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=click.php;h=7a35e98a54bcd930c477ac3b7b31c9c1ceae2cd1;hp=fb4b5c105b39cf30a3ce389770bb0bfc5a228e6c;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hpb=2379934be6a196a54f4155bb8e24c49b20736969 diff --git a/click.php b/click.php index fb4b5c105b..7a35e98a54 100644 --- a/click.php +++ b/click.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * 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,9 +38,12 @@ // Load security stuff here require('inc/libs/security_functions.php'); +// Init start time +$GLOBALS['__start_time'] = microtime(true); + // Set module -$GLOBALS['module'] = 'click'; -$GLOBALS['output_mode'] = -1; +$GLOBALS['__module'] = 'click'; +$GLOBALS['__output_mode'] = -1; // Load the required file(s) require('inc/config-global.php'); @@ -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 @@ -64,7 +67,7 @@ if ((isGetRequestElementSet('user')) && (isGetRequestElementSet('banner'))) { redirectToUrl('modules.php?module=index'); // Shutdown -shutdown(); +doShutdown(); // [EOF] ?>