22 lines
559 B
PHP
22 lines
559 B
PHP
<?php
|
|
|
|
include 'common.php';
|
|
include 'header.php';
|
|
|
|
?>
|
|
|
|
<body>
|
|
|
|
<h3 class="title">Help</h3>
|
|
<br />
|
|
<center>
|
|
<p>Do you have a problem or question?</p>
|
|
<p>Perhaps you are new to LDAP and need a little guidance?</p>
|
|
<p>Help is only one click away. Visit the online <a href="http://www.phpldapadmin.com/forum">phpLDAPadmin support forum</a>.</p>
|
|
<br />
|
|
<p>(Note that paying members will receive priority support, so <a target="new" href="https://www.phpldapadmin.com/product_info.php/products_id/28">buy your membership</a> today.)</p>
|
|
</center>
|
|
|
|
</body>
|
|
</html>
|