first commit
This commit is contained in:
11
phpldapadmin/index.php
Executable file
11
phpldapadmin/index.php
Executable file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// $Header$
|
||||
|
||||
/**
|
||||
* @package phpLDAPadmin
|
||||
*/
|
||||
|
||||
# You should secure your PLA by making the htdocs/ your docroot.
|
||||
header('Location: htdocs/index.php');
|
||||
die();
|
||||
?>
|
Reference in New Issue
Block a user