X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=login.php;h=6bb2274df4cbc275c426a687c3f38c9374207146;hp=b1020c7a999be684f2b91f82751463acc4c5828a;hb=09c638dfc27f9d7fe4add01d672801498e91cca3;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341 diff --git a/login.php b/login.php index b1020c7a99..6bb2274df4 100644 --- a/login.php +++ b/login.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Eine weitere einfach Weiterleitung... * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 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 +34,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';