1
0
Fork 0

Add upload limit info.

Dieser Commit ist enthalten in:
Josh Mudge 2019-04-27 16:00:14 -06:00
Ursprung 2c0f304910
Commit b914a846e6
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen

6
upload-limit.md Normale Datei
Datei anzeigen

@ -0,0 +1,6 @@
Add / edit to reflect:
```
upload_max_filesize = 32M
post_max_size = 32M
```
in your php.ini file.