phpldapadmin/index.php
2009-06-30 19:40:37 +10:00

5 lines
112 B
PHP

<?php
# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
?>