Cleanup
This commit is contained in:
parent
6e320a090e
commit
6b22f6da3f
2 changed files with 0 additions and 8 deletions
|
@ -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',
|
||||
|
|
|
@ -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";
|
||||
|
|
Reference in a new issue