silanos_1

Analytics

ad silanors2

2018年6月14日 星期四

[Mantis]如何 設定PHP Mantis調整上傳檔案大小(How to set Mantis to adjust upload file size in PHP)


問題

如何 設定PHP Mantis調整上傳檔案大小


解決方法

PHP=>php.ini
max_execution_time=3600
max_input_time=3600
upload_max_filesize = 1024M
post_max_size = 1024M

Mantis=>config_inc.php
$g_allow_file_upload = ON;
$g_max_file_size = 1024000000; # 1024MB
$g_file_upload_method = DISK;

沒有留言:

as silanors3

熱門文章

bloggerads