mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-28627 remove buggy and obsolete KSES cleaning
This commit is contained in:
parent
3a81b37617
commit
73b309e6a3
10 changed files with 9 additions and 902 deletions
|
@ -811,9 +811,6 @@ if ($USER && function_exists('apache_note')
|
|||
apache_note('MOODLEUSER', $logname);
|
||||
}
|
||||
|
||||
// Adjust ALLOWED_TAGS
|
||||
adjust_allowed_tags();
|
||||
|
||||
// Use a custom script replacement if one exists
|
||||
if (!empty($CFG->customscripts)) {
|
||||
if (($customscript = custom_script_path()) !== false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue