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:
calguy1000 (author)
Sat Apr 26 12:57:27 -0700 2008
commit  2c131ae62d96e4a7fe458c135f0443a40a3188dc
tree    5f9389a4f8005fd045dd680d536749abacf0fefc
parent  a401304580af19d7e1a74c90f256beb257209a93
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
?>