public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
tedkulp (author)
Fri Dec 16 20:21:44 -0800 2005
commit  b3e3ebcbd7434ebd12c84e99ea0d2968a4628a27
tree    4c0ab986aee3ac0899c05673bbc233fea686b5c6
parent  5d5c489d4a09d6deecbfb35f3b6996f498a76370
cmsmadesimple-2-0 / fileloc.php
100644 6 lines (5 sloc) 0.21 kb
1
2
3
4
5
6
<?php
define("CONFIG_FILE_LOCATION", dirname(__FILE__).'/config.php');
define("TMP_CACHE_LOCATION", dirname(__FILE__).'/tmp/cache');
define("TMP_TEMPLATES_C_LOCATION", dirname(__FILE__).'/tmp/templates_c');
?>