mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-21 01:42:30 +01:00
message_die remained ...
git-svn-id: file:///svn/phpbb/trunk@3387 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7a39eba485
commit
d8f4b656ae
@ -42,7 +42,7 @@ require('pagestart.' . $phpEx);
|
||||
// Do we have general permissions?
|
||||
if (!$auth->acl_get('a_icons'))
|
||||
{
|
||||
message_die(MESSAGE, $user->lang['No_admin']);
|
||||
trigger_error($user->lang['No_admin']);
|
||||
}
|
||||
|
||||
// Grab some basic parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user