From cd7352ad9b75da67e4804da9bcc7703c04dadaa0 Mon Sep 17 00:00:00 2001 From: Daku Date: Fri, 17 Mar 2017 23:12:54 +0000 Subject: [PATCH] only need to disable these on PHP5.3 and lower --- .htaccess | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.htaccess b/.htaccess index 30a33a42..25a39b02 100644 --- a/.htaccess +++ b/.htaccess @@ -25,12 +25,6 @@ RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L] - - php_flag register_globals 0 - php_flag magic_quotes_gpc 0 - php_flag magic_quotes_runtime 0 - - ExpiresActive On