Renamed templates + added some filters for mail order
[mailer.git] / login.php
index b1020c7a999be684f2b91f82751463acc4c5828a..caaa5fe3f42090437d6219bc09c47d00fcc442cf 100644 (file)
--- 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';