From 0314bff2789d8c661c985bf9edc74569efe56ecc Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 23 Apr 2014 08:35:54 +0200 Subject: Set register_globals=off in .htaccess file and add note to INSTALL --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 0342e0878..903595243 100644 --- a/.htaccess +++ b/.htaccess @@ -10,6 +10,7 @@ php_value upload_max_filesize 5M php_value post_max_size 6M php_value memory_limit 64M +php_flag register_globals Off php_flag zlib.output_compression Off php_flag magic_quotes_gpc Off php_flag magic_quotes_runtime Off -- cgit v1.2.3