summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Fuhrmannek2015-05-21 11:12:45 +0200
committerBen Fuhrmannek2015-05-21 11:12:45 +0200
commitc2025d798111bc7ca108a1ab9eab6bdce47177e1 (patch)
tree3cd9c8a7494e4a2e1e6f84db0cc6aed1406e282f
parentc0850e824290f12edd86cc02914a5a0b2ada5a20 (diff)
minor documentation fix
-rw-r--r--suhosin.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/suhosin.ini b/suhosin.ini
index 4dfbf43..711baf6 100644
--- a/suhosin.ini
+++ b/suhosin.ini
@@ -1335,11 +1335,12 @@
1335; 1335;
1336 1336
1337; suhosin.upload.max_newlines 1337; suhosin.upload.max_newlines
1338; -------------------------- 1338; ---------------------------
1339; * Type: Integer 1339; * Type: Integer
1340; * Default: 100 1340; * Default: 100
1341; 1341;
1342; Defines the maximum number of newlines in rfc1867 mime headers. 1342; Defines the maximum number of newlines in rfc1867 mime headers.
1343; (added with version 0.9.38)
1343; 1344;
1344;suhosin.upload.max_newlines = 100 1345;suhosin.upload.max_newlines = 100
1345; 1346;