PHP Classes

File: htdocs/common.php

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   htdocs/common.php   Download  
File: htdocs/common.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: 242 bytes
 

Contents

Class file image Download
<?php
/**
 * This script provides a convienent method to call the proper common.php
 *
 * @package phpLDAPadmin
 */

/**
 */

if (! defined('LIBDIR'))
   
define('LIBDIR',sprintf('%s/',realpath('../lib/')));
require_once
LIBDIR.'common.php';
?>