summaryrefslogtreecommitdiff
path: root/protected/controllers/StandortController.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/controllers/StandortController.php')
-rw-r--r--protected/controllers/StandortController.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/protected/controllers/StandortController.php b/protected/controllers/StandortController.php
index 3fa11df..59e0ca5 100644
--- a/protected/controllers/StandortController.php
+++ b/protected/controllers/StandortController.php
@@ -27,10 +27,11 @@ class StandortController extends Controller
{
return array(
array('allow', // allow admin user to perform 'admin' and 'delete' actions
- 'actions'=>array('delete','create','update','index','view','ajaxupdate','ajaxcreate','savecoords'),
- 'users'=>array('admin'),
+ 'actions'=>array('index','view'),
+ 'users'=>array('*'),
),
array('deny', // deny all users
+ 'actions'=>array('delete','create','update','ajaxupdate','ajaxcreate','savecoords'),
'users'=>array('*'),
),
);