From 0314bff2789d8c661c985bf9edc74569efe56ecc Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 23 Apr 2014 02:35:54 -0400
Subject: [PATCH] Set register_globals=off in .htaccess file and add note to INSTALL

---
 .htaccess |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.htaccess b/.htaccess
index 0342e08..9035952 100644
--- a/.htaccess
+++ b/.htaccess
@@ -10,6 +10,7 @@
 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

--
Gitblit v1.9.1