Index: branches/RC/core/kernel/constants.php =================================================================== diff -u -N -r10891 -r11024 --- branches/RC/core/kernel/constants.php (.../constants.php) (revision 10891) +++ branches/RC/core/kernel/constants.php (.../constants.php) (revision 11024) @@ -71,7 +71,7 @@ define('clCREATE', 1); define('clUPDATE', 2); define('clDELETE', 3); - + /** * Separator for ValueList fields * @@ -82,7 +82,7 @@ define('EDITING_MODE_CMS', 1); define('EDITING_MODE_LAYOUT', 2); define('EDITING_MODE_DESIGN', 3); - + // agent types define('AGENT_TYPE_USER', 1); define('AGENT_TYPE_SYSTEM', 2); @@ -92,4 +92,6 @@ define('AGENT_LAST_RUN_FAILED', 0); define('AGENT_LAST_RUN_RUNNING', 2); + // place for product file uploads (sort of "/system/images" but for all other files) + define('ITEM_FILES_PATH', (defined('WRITEBALE_BASE') ? WRITEBALE_BASE : '/kernel') . '/downloads/'); ?> \ No newline at end of file