On Fri, Apr 16, 2010 at 10:08 AM, Tim Moody <[email protected]> wrote: >> Working iwth the La Rioja team, I rolled a new moodle-xs RPM that can >> pick $CFG overrides from files dropped in /etc/moodle/conf.d/ . > > Based on the example, I assume you mean .php files with valid php code and > that do appropriate assignments to $CFG. Is it possible to break moodle?
Yes. All moodle configuration is done in PHP code. If invalid, you break moodle. > Does this run at each startup or only once? How does it interact with > changes done through the admin interface? These are read on every HTTP request, and override changes done via admin interface. IOWs you can use it to lockdown values. m -- [email protected] [email protected] -- School Server Architect - ask interesting questions - don't get distracted with shiny stuff - working code first - http://wiki.laptop.org/go/User:Martinlanghoff _______________________________________________ Server-devel mailing list [email protected] http://lists.laptop.org/listinfo/server-devel
