X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=login.php;h=caaa5fe3f42090437d6219bc09c47d00fcc442cf;hb=8862a2901206c02479261c49de78609ffb2ce9c2;hp=b1020c7a999be684f2b91f82751463acc4c5828a;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/login.php b/login.php index b1020c7a99..caaa5fe3f4 100644 --- a/login.php +++ b/login.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -39,7 +39,7 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['__start_time'] = microtime(true); +$GLOBALS['__start_time'] = microtime(TRUE); // Set module / output mode $GLOBALS['__module'] = 'login';