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
commit  d5e8a94caf620ce6c3d86ef88e40b47c502ca5a5
tree    2c7f65c765bbd438b4eed235e9a1b765038b48bb
parent  fb6d3e205fb51b37f67afd598e7f8dda4fb27c65
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
?>