phpldapadmin/index.php
2009-06-30 20:46:00 +10:00

6 lines
119 B
PHP

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