X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=login.php;h=3bcf96fcec70eeac9450e7f4287fba4456c210ef;hb=7b595f2003d7201127d57bc4fa29d132409d604d;hp=d628789f0b0a09697143892e57a90935db0195cd;hpb=3161d70d2c3a86649dd16a7909ec16f801f16e4e;p=mailer.git diff --git a/login.php b/login.php index d628789f0b..3bcf96fcec 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 - 2011 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,11 +34,11 @@ require('inc/libs/security_functions.php'); // Init start time -$GLOBALS['startTime'] = microtime(true); +$GLOBALS['__start_time'] = microtime(TRUE); // Set module / output mode -$GLOBALS['module'] = 'login'; -$GLOBALS['output_mode'] = -2; +$GLOBALS['__module'] = 'login'; +$GLOBALS['__output_mode'] = -1; // Load the required file(s) require('inc/config-global.php');