liquid_feedback_frontend
diff config/development.lua @ 69:c553898f64cb
Moved motd from locale/motd/*-files to configuration setting
author | bsw |
---|---|
date | Fri Apr 23 14:13:08 2010 +0200 (2010-04-23) |
parents | 88ac7798b562 |
children | 10b7329ab0a2 |
line diff
1.1 --- a/config/development.lua Thu Apr 22 21:01:46 2010 +0200 1.2 +++ b/config/development.lua Fri Apr 23 14:13:08 2010 +0200 1.3 @@ -27,4 +27,10 @@ 1.4 else 1.5 return false 1.6 end 1.7 -end 1.8 \ No newline at end of file 1.9 +end 1.10 + 1.11 +config.motd_public = "==Public motd==" 1.12 + 1.13 +config.motd_intern = "==Internal motd==" 1.14 + 1.15 +config.public_access = "anonymous" 1.16 \ No newline at end of file