mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10961] Send HTTP 403 when applicable
PHPBB3-10961
This commit is contained in:
@@ -87,6 +87,7 @@ class ucp_groups
|
||||
|
||||
if (!$auth->acl_get('u_chggrp'))
|
||||
{
|
||||
send_status_line(403, 'Forbidden');
|
||||
trigger_error($user->lang['NOT_AUTHORISED'] . $return_page);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user