Added LogsViewer to CI Menu

This commit is contained in:
Andreas Österreicher
2019-10-29 06:51:36 +01:00
parent 9e9612d317
commit 22a517b88d
2 changed files with 8 additions and 1 deletions
@@ -14,7 +14,7 @@ class LogsViewer extends Auth_Controller
{
parent::__construct(
array(
'index' => 'admin:r'
'index' => 'system/developer:r'
)
);