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
Search Repo:
commit  e4abfb70c68d521e0e78eba05384f0a04823a871
tree    5cddfb8a8fb9aaaf0fc260a690c54b04f03e553f
parent  593065de69ef2a1ae107bb78a2c56b41329fc667
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
?>