phpldapadmin/welcome.php

18 lines
197 B
PHP
Raw Normal View History

2009-06-30 08:09:20 +00:00
<?php
include 'common.php';
include 'header.php';
?>
2009-06-30 08:07:14 +00:00
<center>
<br />
<br />
<br />
<img src="images/logo.jpg" /><br />
<br />
2009-06-30 08:09:20 +00:00
<?php echo $lang['welcome_note']; ?>
2009-06-30 08:07:14 +00:00
</center>
2009-06-30 08:09:20 +00:00
</body>
</html>