Index: trunk/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r7855 -r7931 --- trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 7855) +++ trunk/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 7931) @@ -673,7 +673,7 @@ return true; } - if (preg_match('#/plugins/|/core|/proj-|/custom/#', $config_path)) { + if (preg_match('#/plugins/|/core#', $config_path)) { return true; }