Skip to content

Commit

Permalink
monitoring/config: honor permissions
Browse files Browse the repository at this point in the history
fixes #11691
  • Loading branch information
Al2Klimov committed Apr 28, 2016
1 parent ce705e5 commit 85d9b05
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
*/
class ConfigController extends Controller
{
/**
* {@inheritdoc}
*/
public function init()
{
$this->assertPermission('config/modules');
parent::init();
}

/**
* Display a list of available backends and command transports
*/
Expand Down

0 comments on commit 85d9b05

Please sign in to comment.