phpldapadmin/index.php

12 lines
166 B
PHP
Raw Normal View History

2009-06-30 09:40:37 +00:00
<?php
// $Header$
2009-06-30 10:46:41 +00:00
/**
* @package phpLDAPadmin
*/
2009-06-30 09:40:37 +00:00
# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
2009-06-30 10:46:00 +00:00
die();
2009-06-30 09:40:37 +00:00
?>