phpldapadmin/index.php

6 lines
119 B
PHP
Raw Normal View History

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