Index: trunk/kernel/include/config.php =================================================================== diff -u -r2644 -r2743 --- trunk/kernel/include/config.php (.../config.php) (revision 2644) +++ trunk/kernel/include/config.php (.../config.php) (revision 2743) @@ -52,6 +52,9 @@ } unset($this->m_DirtyFields); $this->m_IsDirty=false; + if (defined('DBG_SITE_PATH')) { + $this->config['Site_Path'] = DBG_SITE_PATH; + } } function Get($property)