From 47089101dff46c50baa99421f599faa036cb87dd Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 17 Feb 2011 18:38:53 +0000 Subject: [PATCH] updated version output --- lam/templates/login.php | 6 +++--- lam/templates/main_header.php | 10 +++++++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/lam/templates/login.php b/lam/templates/login.php index 963b7fc0..47618cdb 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -4,7 +4,7 @@ $Id$ This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) Copyright (C) 2003 - 2006 Michael Duergner - 2005 - 2010 Roland Gruber + 2005 - 2011 Roland Gruber 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 @@ -410,11 +410,11 @@ function display_LoginPage($config_object) { Pro: " . LAMVersion() . "   "; + echo "LDAP Account Manager Pro - " . LAMVersion() . "   "; logNewMessage(LOG_DEBUG, "LAM Pro " . LAMVersion()); } else { - echo "LDAP Account Manager: " . LAMVersion() . "   "; + echo "LDAP Account Manager - " . LAMVersion() . "   "; logNewMessage(LOG_DEBUG, "LAM " . LAMVersion()); } ?> diff --git a/lam/templates/main_header.php b/lam/templates/main_header.php index 011f0741..e472d963 100644 --- a/lam/templates/main_header.php +++ b/lam/templates/main_header.php @@ -89,7 +89,15 @@ foreach ($toSort as $key => $value) {
-  LDAP Account Manager  LDAP Account Manager + +  LDAP Account Manager  LDAP Account Manager + +