mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
$CFG->filteruploadedfiles off by default.
See http://moodle.org/mod/forum/discuss.php?d=40177
This commit is contained in:
parent
2f9bd37cc3
commit
e11108a580
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
'filterall' => false,
|
||||
'filtermatchoneperpage' => 0,
|
||||
'filtermatchonepertext' => 0,
|
||||
'filteruploadedfiles' => true,
|
||||
'filteruploadedfiles' => 0,
|
||||
'forcelogin' => false,
|
||||
'forceloginforprofiles' => false,
|
||||
'forcetimezone' => 99,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue