Commit c36ddcd2 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(php, suhosin) accept larger post input variables, needed to support new...

(php, suhosin) accept larger post input variables, needed to support new captiveportal file upload message

(cherry picked from commit 3ec8474d)
parent 9c5f5101
......@@ -145,11 +145,11 @@ suhosin.get.max_value_length = 500000
suhosin.post.max_array_depth = 5000
suhosin.post.max_array_index_length = 256
suhosin.post.max_vars = 5000
suhosin.post.max_value_length = 500000
suhosin.post.max_value_length = 9000000
suhosin.request.max_array_depth = 5000
suhosin.request.max_array_index_length = 256
suhosin.request.max_vars = 5000
suhosin.request.max_value_length = 500000
suhosin.request.max_value_length = 9000000
suhosin.memory_limit = 512435456
suhosin.session.cryptdocroot=Off
EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment