mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
add php .user.ini
This commit is contained in:
parent
c686ee70f8
commit
76d4b9eba3
2 changed files with 3 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Upload extends Component
|
|||
{
|
||||
use WithFileUploads;
|
||||
|
||||
#[Validate('image|max:10240')]
|
||||
#[Validate('image|max:65536')]
|
||||
public $file;
|
||||
|
||||
#[Validate('required|in:safe,suggestive,explicit')]
|
||||
|
|
|
|||
2
public/.user.ini
Normal file
2
public/.user.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
upload_max_filesize=64M
|
||||
post_max_filesize=72M
|
||||
Loading…
Add table
Add a link
Reference in a new issue