Implemented dependencies checking to set CMS_MODULE.is_enabled. Implemented the persistence of CMS_USER.roles
26 lines
303 B
INI
26 lines
303 B
INI
[layout]
|
|
root-dir=site/www
|
|
#themes-dir=site/themes
|
|
#modules-dir=site/modules
|
|
|
|
[site]
|
|
name=Eiffel CMS
|
|
email=your@email.com
|
|
theme=bootstrap
|
|
|
|
[mailer]
|
|
smtp=localhost:25
|
|
#sendmail=/usr/bin/sendmail
|
|
#output=@stderr
|
|
|
|
[modules]
|
|
*=off
|
|
auth=on
|
|
basic_auth=on
|
|
blog=on
|
|
debug=on
|
|
demo=on
|
|
node=on
|
|
oauth20=on
|
|
openid=on
|