phpldapadmin/index.php

5 lines
112 B
PHP
Raw Permalink Normal View History

2009-06-30 09:40:37 +00:00
<?php
# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
?>