fixed reports

This commit is contained in:
genuineparts 2025-06-29 15:55:21 +02:00
parent 39a9827cd1
commit d7ee19306c
5 changed files with 19 additions and 39 deletions

View file

@ -17,7 +17,8 @@ RewriteRule ^np/images/(.*)$ /modules/nickpage/images/$1 [L,NC]
RewriteRule np/(.*) index.php?task=nickpage&user=$1
RewriteRule ^register/(.*)? register.php?regstring=$1
RewriteRule ^avatar/(.*)? index.php?task=rp&sum=avatar&id=$1
RewriteRule ^chat/reports/(.*)? index.php?task=chat&sub=report&uid=$1
RewriteRule ^reports/(.*)? index.php?task=chat&sub=report&uid=$1
RewriteRule ^reports/? index.php?task=chat&sub=report
RewriteRule ^chat/in? index.php?task=chat&sub=in
RewriteRule ^chat? index.php?task=chat
RewriteRule ^t/(.*\.html?)$ index.php?task=text&url=$1 [L]