phpldapadmin/index.php

12 lines
164 B
PHP

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