diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-23 08:35:54 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-23 08:37:54 +0200 |
commit | 437c0dadd0ce22236ef43518353b07691c8f49dc (patch) | |
tree | 1aa7f91ca530a8841918e810d942df73c474e736 /.htaccess | |
parent | a70234f3755626a3cf6a7f7ada1a9f4897bf5556 (diff) |
Set register_globals=off in .htaccess file and add note to INSTALL
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |