1
0
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:
Paul S. Owen 2003-01-28 18:32:58 +00:00
parent 7a39eba485
commit d8f4b656ae

View File

@ -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