PHP配置文件
This commit is contained in:
parent
53b3eec057
commit
e233654db8
|
@ -0,0 +1 @@
|
||||||
|
date.timezone = "Asia/Shanghai"
|
|
@ -0,0 +1,5 @@
|
||||||
|
file_uploads = On
|
||||||
|
memory_limit = 128M
|
||||||
|
upload_max_filesize = 64M
|
||||||
|
post_max_size = 64M
|
||||||
|
max_execution_time = 600
|
Loading…
Reference in New Issue