Update conststr.php
parent
ab538a0d2f
commit
9b88ee17cc
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
|
||||
global $exts;
|
||||
global $constStr;
|
||||
|
||||
$exts['img'] = ['ico', 'bmp', 'gif', 'jpg', 'jpeg', 'jpe', 'jfif', 'tif', 'tiff', 'png', 'heic', 'webp'];
|
||||
$exts['music'] = ['mp3', 'wma', 'flac', 'ape', 'wav', 'ogg', 'm4a'];
|
||||
$exts['office'] = ['doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx'];
|
||||
|
|
Loading…
Reference in New Issue