basepath.inc.php 306 Bytes
<?php
/**
 * @var link to the basic path from the mcClasses dir
 */
$__BASEPATH_EX='../../../';
/**
 * @var link from the basic path to the mcClasses dir,
 *		copy this var in the main basepath.inc.php if you want use include.php
 */
$__PATH_to_mcClasses=	$__BASEPATH_EX .'include/Lib/Tools/mcClasses/';
?>