|
@@ -47,7 +47,7 @@ |
|
|
block discarded – undo |
|
47
|
47
|
$excluded_modules = explode(',', strtoupper(Config::getParam('hide.modules', ''))); |
|
48
|
48
|
foreach ($systemRoutes as $params) { |
|
49
|
49
|
$module = strtoupper($params['module']); |
|
50
|
|
- if(in_array($module, $excluded_modules) && $module !== 'PSFS') { |
|
|
50
|
+ if (in_array($module, $excluded_modules) && $module !== 'PSFS') { |
|
51
|
51
|
continue; |
|
52
|
52
|
} |
|
53
|
53
|
if (isset($params['http']) && Request::VERB_GET === $params['http'] |
Please login to merge, or discard this patch.