Home
last modified time | relevance | path

Searched refs:set_disallowed_content (Results 1 – 5 of 5) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/attachment/
H A Dupload.php235 $this->files_upload->set_disallowed_content(explode('|', $this->config['mime_triggers']));
239 $this->files_upload->set_disallowed_content(array());
/dports/www/phpbb3/phpBB3/phpbb/avatar/driver/
H A Dupload.php113 …->set_disallowed_content((isset($this->config['mime_triggers']) ? explode('|', $this->config['mime…
/dports/www/phpbb3/phpBB3/phpbb/files/
H A Dupload.php159 public function set_disallowed_content($disallowed_content) function in phpbb\\files\\upload
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions_upload.php487 $this->set_disallowed_content($disallowed_content);
538 function set_disallowed_content($disallowed_content) function in fileupload
H A Dfunctions_posting.php395 $upload->set_disallowed_content(explode('|', $config['mime_triggers']));