2009-06-30 09:40:37 +00:00
|
|
|
<?php
|
2009-06-30 10:46:41 +00:00
|
|
|
/**
|
2009-07-01 06:09:17 +00:00
|
|
|
* This script provides a convienent method to call the proper common.php
|
|
|
|
*
|
2009-06-30 10:46:41 +00:00
|
|
|
* @package phpLDAPadmin
|
|
|
|
*/
|
|
|
|
|
2009-07-01 06:09:17 +00:00
|
|
|
/**
|
|
|
|
*/
|
|
|
|
|
2009-06-30 11:46:44 +00:00
|
|
|
if (! defined('LIBDIR'))
|
|
|
|
define('LIBDIR',sprintf('%s/',realpath('../lib/')));
|
2009-06-30 10:46:00 +00:00
|
|
|
require_once LIBDIR.'common.php';
|
2009-06-30 09:40:37 +00:00
|
|
|
?>
|