added LAM Pro detection

This commit is contained in:
Roland Gruber 2006-07-30 10:41:12 +00:00
parent f0c696e961
commit 0ad9f3d529
1 changed files with 6 additions and 1 deletions

View File

@ -335,7 +335,12 @@ function display_LoginPage($config_object) {
<TR><TD align="right"><HR>
<SMALL>
<?php
echo "LDAP Account Manager: <b>" . LAMVersion() . "</b>&nbsp;&nbsp;&nbsp;";
if (is_dir("./selfService")) {
echo "LDAP Account Manager <b>Pro</b>: <b>" . LAMVersion() . "</b>&nbsp;&nbsp;&nbsp;";
}
else {
echo "LDAP Account Manager: <b>" . LAMVersion() . "</b>&nbsp;&nbsp;&nbsp;";
}
?>
</SMALL>
</TD></TR>