added version information
This commit is contained in:
parent
c3fd53e75e
commit
ab2a8f860c
|
@ -293,6 +293,15 @@ function display_LoginPage($config_object,$profile)
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
<TABLE style="position:absolute; bottom:10px;" border="0" width="99%">
|
||||||
|
<TR><TD align="right"><HR>
|
||||||
|
<SMALL>
|
||||||
|
<?php
|
||||||
|
echo "LDAP Account Manager: <b>" . LAMVersion() . "</b> ";
|
||||||
|
?>
|
||||||
|
</SMALL>
|
||||||
|
</TD></TR>
|
||||||
|
</TABLE>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue