mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
v0.1 Blacklist and Exif data
This commit is contained in:
@@ -528,4 +528,10 @@ function get_pretty_name($basename, $name, $mimetype)
|
||||
}
|
||||
|
||||
return $name . '.' . $mimetype;
|
||||
}
|
||||
}
|
||||
function get_image_meta_data($file)
|
||||
{
|
||||
if(get_file_type($file->getMimeType()) === 'image') {
|
||||
return exif_read_data($file);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user