From ac60db4c614f4afa81a46eb33d9220e5e6943e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Mon, 6 May 2024 14:10:10 +0800 Subject: [PATCH] * Fix bug #48245. --- www/.htaccess | 10 ++++++++++ www/.ztaccess | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index aaa43a47b4..a5b89ecb63 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -30,6 +30,16 @@ php_value display_errors 1 php_value max_input_vars 100000 + +# php settings. +Php_value post_max_size 100M +Php_flag file_uploads On +Php_value upload_max_filesize 100M +Php_value display_errors 1 +# for post vars limit. +Php_value max_input_vars 100000 + + # yslow settings. ExpiresActive On diff --git a/www/.ztaccess b/www/.ztaccess index 7e825b73f1..c648bee4d6 100644 --- a/www/.ztaccess +++ b/www/.ztaccess @@ -26,6 +26,16 @@ php_value display_errors 1 php_value max_input_vars 100000 + +# php settings. +Php_value post_max_size 100M +Php_flag file_uploads On +Php_value upload_max_filesize 100M +Php_value display_errors 1 +# for post vars limit. +Php_value max_input_vars 100000 + + # yslow settings. ExpiresActive On