mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
8 lines
86 B
PHP
8 lines
86 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'temporary_file_upload' => [
|
||
|
|
'rules' => 'file',
|
||
|
|
],
|
||
|
|
];
|