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)
Tue Mar 04 09:33:21 -0800 2008
commit  e921c41339b30d21445d6d6738691774f7c136cb
tree    4096f6a0eca483a2ef86585936d8ae4782723b9b
parent  d61c37851d7ad4e28e77f9563267e670b5e2b4fa
cmsmadesimple-2-0 / fileloc.php
100644 6 lines (6 sloc) 0.369 kb
1
2
3
4
5
6
<?php
define("CONFIG_FILE_LOCATION", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'config.php');
define("TMP_CACHE_LOCATION", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'cache');
define("TMP_TEMPLATES_C_LOCATION", dirname(__FILE__) . DIRECTORY_SEPARATOR . 'tmp' . DIRECTORY_SEPARATOR . 'templates_c');
include('version.php'); //More defines
?>