From 52ae7d79ae48a41c14d4d0a772d122709d1e4471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 23 Feb 2021 20:22:36 +0100 Subject: [PATCH] code syntax comm directory --- htdocs/viewimage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php index 983c7996898..5b0fb4b475c 100644 --- a/htdocs/viewimage.php +++ b/htdocs/viewimage.php @@ -226,8 +226,7 @@ if (!empty($hashp)) { // Security: // Limit access if permissions are wrong -if (!$accessallowed) -{ +if (!$accessallowed) { accessforbidden(); }