Wait a minute... I don't support php4 :3

git-svn-id: file:///home/shish/svn/shimmie2/trunk@316 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-17 17:09:44 +00:00
parent 0e20a2554f
commit d0cbdf0b8c

View File

@ -16,12 +16,6 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
</IfModule>
<IfModule mod_php4.c>
php_flag register_globals 0
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0
</IfModule>
<IfModule mod_php5.c>
php_flag register_globals 0
php_flag magic_quotes_gpc 0