summaryrefslogtreecommitdiffstats
path: root/app/acf_www-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf_www-controller.lua')
-rw-r--r--app/acf_www-controller.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/acf_www-controller.lua b/app/acf_www-controller.lua
index b9eea3e..59c3f72 100644
--- a/app/acf_www-controller.lua
+++ b/app/acf_www-controller.lua
@@ -27,8 +27,8 @@ function build_menus(self)
local temp
if sessiondata.userinfo == nil then
--we are dealing with an unknown user
-p = {"ALL"}
- --this will be whatever the "UNKNOWN" role is ... right now it is ALL
+p = {"ANONYMOUS"}
+ --this will be whatever the "UNKNOWN" role is ... right now it is ANONYMOUS
--temp should be the
temp = format.string_to_table(roll.get_roles_perm(self,p),",")
else