2009-06-30 19:40:37 +10:00
|
|
|
<?php
|
2009-07-01 16:09:17 +10:00
|
|
|
// $Header$
|
2009-06-30 20:46:41 +10:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @package phpLDAPadmin
|
|
|
|
*/
|
|
|
|
|
2009-06-30 19:40:37 +10:00
|
|
|
# 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
|
|
|
?>
|