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:
tedkulp (author)
Sun Apr 27 06:49:48 -0700 2008
commit  5c1eb285cfb340bd5332b019ff18afc44a4d5881
tree    6c45c82d113633c7bfd1f267f497ea52437cfd2d
parent  933f96dc6ea0ffe68cf5453b3ff0e0c56ba23dc2
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
?>