mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16955] Clean up filesystem and files classes
PHPBB3-16955
This commit is contained in:
@@ -329,7 +329,7 @@ class filespec
|
||||
* Get mime type
|
||||
*
|
||||
* @param string $filename Filename that needs to be checked
|
||||
* @return string Mime type of supplied filename
|
||||
* @return string|false Mime type of supplied filename or false if mimetype could not be guessed
|
||||
*/
|
||||
public function get_mimetype($filename)
|
||||
{
|
||||
|
Reference in New Issue
Block a user