LDAPAccountManager/lam/templates/3rdParty/pla/index.php

12 lines
166 B
PHP
Raw Normal View History

2014-03-02 19:36:13 +00:00
<?php
// $Header$
/**
* @package phpLDAPadmin
*/
# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
?>