phpldapadmin/welcome.php
2009-06-30 18:10:17 +10:00

25 lines
465 B
PHP

<?php
include 'common.php';
include 'header.php';
?>
<center>
<br />
<br />
<br />
<img src="images/logo.jpg" /><br />
<br />
<?php echo $lang['welcome_note']; ?>
<br />
<br />
<br />
<br />
<a href="documentation.php?view=credits"><?php echo $lang['credits']; ?></a> |
<!-- <a href="documentation.php"><?php echo $lang['documentation']; ?></a> |-->
<a href="documentation.php?view=changelog"><?php echo $lang['changelog']; ?></a>
</center>
</body>
</html>