Update dl.php

This commit is contained in:
Roman Kelesidis 2023-12-16 13:22:20 +07:00
parent 72d677588b
commit c96e9dcccb

1
dl.php
View File

@ -157,6 +157,7 @@ for ($i = 0; $i < $num_auth_pages && $authorised == false; $i++)
}
}
// Check the auth rights
if (!$authorised)
{
bb_die($lang['SORRY_AUTH_VIEW_ATTACH']);