li3_cake / branches / master / config / core.php
history<?php
/**
* Li3_Cake: Connecting the most rad framework with CakePHP
*
* @copyright Copyright 2009, Union of RAD (http://union-of-rad.org)
* @license http://opensource.org/licenses/bsd-license.php The BSD License
*/
if (file_exists(LITHIUM_APP_PATH . '/config/core.php')) {
require LITHIUM_APP_PATH . '/config/core.php';
}
?>