PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 166 bytes
 

Contents

Class file image Download
<?php
// $Header$

/**
 * @package phpLDAPadmin
 */

# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
?>