X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=ref.php;fp=ref.php;h=c91ff65364b07531d0a7a6016c05e988df7e90d3;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hp=0e94e1e2366133781d49ba93bea87d7e44132a38;hpb=a454def0bfba8288ffc839d034c710f034cf4728;p=mailer.git diff --git a/ref.php b/ref.php index 0e94e1e236..c91ff65364 100644 --- a/ref.php +++ b/ref.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'] = 'ref'; -$GLOBALS['output_mode'] = -1; +$GLOBALS['__module'] = 'ref'; +$GLOBALS['__output_mode'] = -1; // Load the required file(s) require('inc/config-global.php');