diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-01 17:36:21 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-01 17:36:21 -0400 |
commit | 109a2a2e25e0e170d3df3860d054f82f70e78c4d (patch) | |
tree | 5aa324a06ba285ec7643589620e41411bf2d49eb /app/Model | |
parent | 3f084916e3befbaadf8dc86c8329a408dfcdf351 (diff) |
Change dashboard
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Acl.php | 1 |
1 files changed, 0 insertions, 1 deletions
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' => '*', |