first commit
This commit is contained in:
14
phpldapadmin/htdocs/common.php
Executable file
14
phpldapadmin/htdocs/common.php
Executable file
@ -0,0 +1,14 @@
|
||||
<?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';
|
||||
?>
|
Reference in New Issue
Block a user