diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-28 18:02:48 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-28 18:02:48 -0400 |
commit | 0f0f7e4b27c97f76649b4c866dde02cc809ba63d (patch) | |
tree | 272ab6ee001bc4e85e069ec477d41ae11d0d6968 /app/Model | |
parent | 9bfab51e00608b6e008aa71f6df74104b28fc662 (diff) |
Restrict currency controller to admins
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Acl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index b52a7864..403c45d0 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -72,6 +72,7 @@ class Acl extends Base 'link' => '*', 'project' => array('remove'), 'hourlyrate' => '*', + 'currency' => '*', ); /** |