X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view.php;h=2e9c3e813e9dfb2c7bd7a95def3ae5ae3cbd0903;hb=099437d5083d63a798f7d7a05f54842395985cb7;hp=fd663ba02cf0e730997ab162c60feb7aa9265de5;hpb=2379934be6a196a54f4155bb8e24c49b20736969;p=mailer.git diff --git a/view.php b/view.php index fd663ba02c..2e9c3e813e 100644 --- a/view.php +++ b/view.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'] = 'view'; -$GLOBALS['output_mode'] = -1; +$GLOBALS['__module'] = 'view'; +$GLOBALS['__output_mode'] = -1; // Load the required file(s) require('inc/config-global.php'); @@ -77,7 +80,7 @@ if ((isGetRequestElementSet('user')) && (isGetRequestElementSet('banner'))) { } // Shutdown -shutdown(); +doShutdown(); // [EOF] ?>