summaryrefslogtreecommitdiff
path: root/suhosin.ini
diff options
context:
space:
mode:
Diffstat (limited to 'suhosin.ini')
-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;