Cleanup
This commit is contained in:
parent
6e320a090e
commit
6b22f6da3f
@ -281,7 +281,6 @@ const MIME_TYPE_MAP = [
|
|||||||
'mpg' => 'video/mpeg',
|
'mpg' => 'video/mpeg',
|
||||||
'mpeg' => 'video/mpeg',
|
'mpeg' => 'video/mpeg',
|
||||||
'mov' => 'video/quicktime',
|
'mov' => 'video/quicktime',
|
||||||
'flv' => 'video/x-flv',
|
|
||||||
'php' => 'text/x-php',
|
'php' => 'text/x-php',
|
||||||
'mp4' => 'video/mp4',
|
'mp4' => 'video/mp4',
|
||||||
'ogv' => 'video/ogg',
|
'ogv' => 'video/ogg',
|
||||||
|
@ -1,12 +1,5 @@
|
|||||||
<?php
|
<?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
|
class ApprovalInfo extends ExtensionInfo
|
||||||
{
|
{
|
||||||
public const KEY = "approval";
|
public const KEY = "approval";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user