From 5bd89a9437308b5144660397e173d23d3e2718fe Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 27 Nov 2024 23:12:58 +0100 Subject: [PATCH] config.php: update min max op body length doc --- inc/config.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index abc271d9..92184fc8 100644 --- a/inc/config.php +++ b/inc/config.php @@ -556,11 +556,10 @@ // Requires $config['strip_combining_chars'] = true; $config['max_combining_chars'] = 0; - // Maximum OP body length. + // Maximum OP body length. Ignored if force_body_op is set to false. $config['max_body_op'] = 1800; - // Minimum OP body length. + // Minimum OP body length. Ignored if force_body_op is set to false. $config['min_body_op'] = 0; - // Maximum post body length. $config['max_body'] = 1800; // Minimum post body length.