removed some unused extensions

This commit is contained in:
Chris
2018-12-27 09:21:12 +01:00
parent 5fb9d21016
commit b50e522c0d
5 changed files with 46 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
class ImageController implements ContentController
{
//returns all extensions registered by this type of content
public function getRegisteredExtensions(){return array('png','bmp','gif','jpg','jpeg','x-png','ico','webp');}
public function getRegisteredExtensions(){return array('png','bmp','gif','jpg','jpeg','x-png','webp');}
public function handleUpload($tmpfile,$hash=false)
{