2023-04-25 13:25:59 +02:00

12 lines
166 B
PHP
Executable File

<?php
// $Header$
/**
* @package phpLDAPadmin
*/
# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
?>