Index: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/config.php =================================================================== diff -u -r1595 -r1625 --- trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/config.php (.../config.php) (revision 1595) +++ trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/config.php (.../config.php) (revision 1625) @@ -27,7 +27,7 @@ define('K3_FULL_PATH', dirname(realpath(__FILE__))); define('K3_BASE_PATH', str_replace('/cmseditor/editor/filemanager/browser/default/connectors/php', '', ereg_replace($_SERVER['DOCUMENT_ROOT'], '', FULL_PATH) ) ); -$kernel3_config = $_SERVER['DOCUMENT_ROOT'].BASE_PATH."/config/config.php"; +$kernel3_config = $_SERVER['DOCUMENT_ROOT'].K3_BASE_PATH."/config/config.php"; if (file_exists($kernel3_config)) { define('FULL_PATH', K3_FULL_PATH); define('BASE_PATH', K3_BASE_PATH);