2009-06-30 09:40:37 +00:00
|
|
|
<?php
|
2009-07-01 06:09:17 +00:00
|
|
|
// $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
|
|
|
?>
|