Blame view

basepath.inc.php 271 Bytes
Frederick committed
1 2 3 4
<?php
/**
 * @var link to the basic path from the mcClasses dir
 */
5
$__BASEPATH_EX='./';
Frederick committed
6 7 8 9
/**
 * @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
 */
10
$__PATH_to_mcClasses=	$__BASEPATH_EX .'';
Frederick committed
11
?>