djmaze 2020-09-12 13:56:25 +02:00
parent 89d7a8426f
commit ce652d96b7

View file

@ -109,6 +109,7 @@ class Service
if ($bAdmin && !$this->oActions->Config()->Get('security', 'allow_admin_panel', true))
{
$this->oHttp->StatusHeader(403);
echo $this->oServiceActions->ErrorTemplates('Access Denied.',
'Access to the RainLoop Webmail Admin Panel is not allowed!', true);