in locallib.php [59:69]
private function get_file_options() {
global $COURSE;
$fileoptions = array(
'subdirs' => 1,
'maxbytes' => $COURSE->maxbytes,
'accepted_types' => '*',
'return_types' => FILE_INTERNAL
);
return $fileoptions;
}