mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-25588 report_customlang: removed redundant safe path check
Only the $lang part of the the path comes from the browser and it is checked in get_localpack_location() anyway.
This commit is contained in:
parent
2f698d2a0b
commit
b876a003b4
@ -257,9 +257,6 @@ class report_customlang_utils {
|
||||
$packageinfo .= "\n * @subpackage $subpackage";
|
||||
}
|
||||
$filepath = self::get_localpack_location($lang);
|
||||
if ($filepath !== clean_param($filepath, PARAM_SAFEPATH)) {
|
||||
throw new coding_exception('Incorrect file location '.s($filepath));
|
||||
}
|
||||
$filepath = $filepath.'/'.$filename;
|
||||
if (!is_dir(dirname($filepath))) {
|
||||
check_dir_exists(dirname($filepath));
|
||||
|
Loading…
x
Reference in New Issue
Block a user