From 109a2a2e25e0e170d3df3860d054f82f70e78c4d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 1 Jul 2015 17:36:21 -0400 Subject: Change dashboard --- app/Model/Acl.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Model') diff --git a/app/Model/Acl.php b/app/Model/Acl.php index 684fae13..91ed035b 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -69,7 +69,6 @@ class Acl extends Base * @var array */ private $admin_acl = array( - 'app' => array('dashboard'), 'user' => array('index', 'create', 'save', 'remove'), 'config' => '*', 'link' => '*', -- cgit v1.2.3