phpldapadmin/htdocs/common.php

15 lines
242 B
PHP
Raw Normal View History

2009-06-30 09:40:37 +00:00
<?php
2009-06-30 10:46:41 +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-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
?>