5 lines
78 B
PHP
5 lines
78 B
PHP
<?php
|
|
return [
|
|
'type' => ['zip'],
|
|
'size' => 1024 * 1024 * 5, // 5MB
|
|
]; |