phpldapadmin/htdocs/common.php

15 lines
242 B
PHP
Raw Normal View History

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