aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-30 05:10:22 -0700
committerFriendika <info@friendika.com>2011-03-30 05:10:22 -0700
commit89df2b19ce6b39232a5d4cdbd3b6252079dd2582 (patch)
treef4f72ee94014ae03735266d1917aa69239f38056 /.htaccess
parent04cd865cc94c1c3647beb567baf1bb64af269c4e (diff)
downloadvolse-hubzilla-89df2b19ce6b39232a5d4cdbd3b6252079dd2582.tar.gz
volse-hubzilla-89df2b19ce6b39232a5d4cdbd3b6252079dd2582.tar.bz2
volse-hubzilla-89df2b19ce6b39232a5d4cdbd3b6252079dd2582.zip
increase suhosin $_GET length limit
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index b06dd8bdc..c95f11e51 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
+
<FilesMatch "\.(out|log)$">
Deny from all
</FilesMatch>