Commit 7ce4feb6 by Bojan Borovcanin

comit

parent 8038de19
Showing with 2 additions and 2 deletions
......@@ -5,13 +5,13 @@
$allowAll = array();
$allowOnly = array();
//every user has access
//every user has access
$allowAll['Pages']['view'] = True;
$allowAll['Pages']['unauthorized'] = True;
$allowAll['activity']['showActivities'] =True;
//accesses of individual users (company/worker)
//accesses of individual users user or worker
$allowOnly[2]['user']['loginButton'] =False;
$allowOnly[2]['user']['signUp'] = False;
$allowOnly[2]['worker']['workerLogin'] =False;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment