There was an error while loading. Please reload this page.
2 parents e7de1f3 + c1c32de commit 5805f9bCopy full SHA for 5805f9b
1 file changed
lib/AppWhitelist.php
@@ -83,7 +83,8 @@ public function verifyAccess(IUser $user, IRequest $request): void {
83
if (!$this->isUrlAllowed($user, $url)) {
84
header('HTTP/1.0 403 Forbidden');
85
Template::printErrorPage($this->l10n->t(
86
- "Access to this resource ($app) is forbidden for guests."
+ 'Access to this resource (%s) is forbidden for guests.',
87
+ [$app]
88
));
89
exit;
90
}
0 commit comments