diff --git a/lam/templates/login.php b/lam/templates/login.php index b131593a..0957370b 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -335,7 +335,12 @@ function display_LoginPage($config_object) {
" . LAMVersion() . "   "; + if (is_dir("./selfService")) { + echo "LDAP Account Manager Pro: " . LAMVersion() . "   "; + } + else { + echo "LDAP Account Manager: " . LAMVersion() . "   "; + } ?>