X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doubler.php;h=d8a7f4be5643c34eb776dd564a69c00bcd952b91;hb=82c8384907c7abfb877ac2fd57b2d3efa915173b;hp=9d4e63cbd74aa16466f937597b9ff86d4ca0431b;hpb=486544503c2e517dc5c399308fdf43c8e35ff102;p=mailer.git diff --git a/doubler.php b/doubler.php index 9d4e63cbd7..d8a7f4be56 100644 --- a/doubler.php +++ b/doubler.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * 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 * @@ -39,11 +39,11 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['startTime'] = microtime(true); +$GLOBALS['__start_time'] = microtime(true); -// Set module -$GLOBALS['module'] = 'doubler'; -$GLOBALS['output_mode'] = '0'; +// Set module and output mode +$GLOBALS['__module'] = 'doubler'; +$GLOBALS['__output_mode'] = '0'; // Load the required file(s) require('inc/config-global.php');