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:
parent
0e20a2554f
commit
d0cbdf0b8c
@ -16,12 +16,6 @@ RewriteCond %{REQUEST_FILENAME} !-f
|
|||||||
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
|
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
|
||||||
</IfModule>
|
</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>
|
<IfModule mod_php5.c>
|
||||||
php_flag register_globals 0
|
php_flag register_globals 0
|
||||||
php_flag magic_quotes_gpc 0
|
php_flag magic_quotes_gpc 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user