liquid_feedback_frontend
diff app/main/index/index.lua @ 813:ea2449916c12
Cleaned up public access levels
author | bsw |
---|---|
date | Fri Jul 06 13:58:20 2012 +0200 (2012-07-06) |
parents | ae14bf355868 |
children | cf0b64e101d9 |
line diff
1.1 --- a/app/main/index/index.lua Fri Jul 06 13:34:02 2012 +0200 1.2 +++ b/app/main/index/index.lua Fri Jul 06 13:58:20 2012 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 module = "index", view = "_index_member" 1.5 } 1.6 1.7 -elseif config.public_access then 1.8 +elseif app.session:has_access("anonymous") then 1.9 if config.motd_public then 1.10 local help_text = config.motd_public 1.11 ui.container{