1<?php
2/**
3 * This script provides a convienent method to call the proper common.php
4 *
5 * @package phpLDAPadmin
6 */
7
8/**
9 */
10
11if (! defined('LIBDIR'))
12	define('LIBDIR',sprintf('%s/',realpath('../lib/')));
13require_once LIBDIR.'common.php';
14?>
15