| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * Limb PHP Framework 4 * 5 * @link http://limb-project.com 6 * @copyright Copyright © 2004-2007 BIT(http://bit-creative.com) 7 * @license LGPL http://www.gnu.org/copyleft/lesser.html 8 */ 9 10 /** 11 * @package wact 12 * @version $Id: common.inc.php 5969 2007-06-08 10:51:09Z pachanga $ 13 */ 14 require_once(dirname(__FILE__) . '/error.inc.php'); 15 16 if(!defined('WACT_DEFAULT_CONFIG_DIR')) 17 define('WACT_DEFAULT_CONFIG_DIR', 'limb/wact/config/'); 18 19 if(!defined('WACT_CACHE_DIR')) 20 define('WACT_CACHE_DIR', dirname(__FILE__) . '/cache/'); 21 22 set_magic_quotes_runtime(0); 23 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Oct 15 04:31:08 2008 | Cross-referenced by PHPXref 0.7 |