phpldapadmin/index.php

12 lines
164 B
PHP
Raw Permalink Normal View History

<?php
// $Header$
/**
* @package phpLDAPadmin
*/
# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
2019-02-12 15:04:47 -05:00