From 5787d17d59b9fad6ff22b91e27faf3e5db0e9662 Mon Sep 17 00:00:00 2001 From: tuxudo Date: Thu, 23 Feb 2023 00:14:35 -0500 Subject: [PATCH] Fixing issue #1496 --- app/controllers/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/Report.php b/app/controllers/Report.php index f66e45fd25..418c497a8a 100644 --- a/app/controllers/Report.php +++ b/app/controllers/Report.php @@ -41,7 +41,7 @@ public function __construct() } if (! in_array($_POST['passphrase'], $auth_list)) { - $this->error('passphrase "'.$_POST['passphrase'].'" not accepted'); + $this->error('passphrase is not accepted'); } }