martinlanghoff 8f64ba0483 MDL-90 Introducing MOODLE_SANE_INPUT and MOODLE_SANE_OUTPUT to setup.php
These two constants indicate that the Moodle core should not mangle
input (magic quotes of any kind verboten!) and should not spit odd stuff
in the output (displaydebug verboten!). Both are needed for WebDAV
support.

MOODLE_SANE_INPUT is tricky - it means that the codepaths _must_ use
$db->qstr() (or addslashes() - but that has its own problems).
2008-02-27 02:51:49 +00:00
..
2008-01-24 15:34:35 +00:00
2007-08-29 13:10:20 +12:00
2007-10-10 05:25:14 +00:00
2008-01-15 04:20:12 +00:00
2007-09-17 12:37:51 +00:00
2008-01-28 05:30:32 +00:00
2007-12-12 19:01:59 +00:00