This commit is contained in:
Matthew Barbour 2019-11-01 23:52:57 -05:00 committed by Rogue Ralsha
parent 6e320a090e
commit 6b22f6da3f
2 changed files with 0 additions and 8 deletions

View file

@ -281,7 +281,6 @@ const MIME_TYPE_MAP = [
'mpg' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'mov' => 'video/quicktime',
'flv' => 'video/x-flv',
'php' => 'text/x-php',
'mp4' => 'video/mp4',
'ogv' => 'video/ogg',

View file

@ -1,12 +1,5 @@
<?php
/*
* Name: Trash
* Author: Matthew Barbour <matthew@darkohlme.net>
* Description: Provides "Trash" or "Recycle Bin"-type functionality, storing delete images for later recovery
* Documentation:
*/
class ApprovalInfo extends ExtensionInfo
{
public const KEY = "approval";