Merge pull request #73 from simonwelsh/cms_dir

MINOR Move definition of CMS_DIR and CMS_PATH into cms/_config.php
This commit is contained in:
Sean Harvey 2012-03-23 16:15:26 -07:00
commit ecee3cc772

View File

@ -1,5 +1,12 @@
<?php
/**
* - CMS_DIR: Path relative to webroot, e.g. "cms"
* - CMS_PATH: Absolute filepath, e.g. "/var/www/my-webroot/cms"
*/
define('CMS_DIR', 'cms');
define('CMS_PATH', BASE_PATH . '/' . CMS_DIR);
/**
* Extended URL rules for the CMS module
*