13 lines
285 B
PHP
13 lines
285 B
PHP
<?php
|
|
|
|
/*
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
|
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/EmptyPHP.php to edit this template
|
|
*/
|
|
|
|
|
|
|
|
return [
|
|
'max_size' => 30000, // 30MB in kilobytes (30 * 1024)
|
|
];
|