From 89df2b19ce6b39232a5d4cdbd3b6252079dd2582 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 30 Mar 2011 05:10:22 -0700 Subject: [PATCH] increase suhosin $_GET length limit --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index b06dd8bdc3..c95f11e51a 100644 --- a/.htaccess +++ b/.htaccess @@ -3,6 +3,8 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga +php_value suhosin.get.max_value_length = 2048 + Deny from all