phpldapadmin/index.php

12 lines
254 B
PHP
Raw Normal View History

2009-06-30 09:40:37 +00:00
<?php
2009-06-30 10:46:41 +00:00
// $Header: /cvsroot/phpldapadmin/phpldapadmin/index.php,v 1.2.2.1 2007/12/21 12:11:55 wurley Exp $
/**
* @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
?>