Blame view

basepath.inc.php 272 Bytes
Frederick committed
1 2 3 4 5 6 7 8 9 10 11
<?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 .'';
?>