Dear PHP,

You suck
 
 Yours sincerely,
   Shish


git-svn-id: file:///home/shish/svn/shimmie2/trunk@120 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-05-18 16:43:36 +00:00
parent 7415578674
commit bf46c2fd54
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ RewriteRule ^_thumbs/([0-9a-f]{2})([0-9a-f]{30})/.*\.jpg$ thumbs/$1/$1$2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L]
</IfModule>
php_flag register_globals 0
php_flag magic_quotes_gpc 0
php_flag magic_quotes_runtime 0