From 56c841014682b373b486d3627ce1ea1f37403ff1 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Thu, 11 Jun 2015 18:06:07 +0200 Subject: [PATCH] Enhance security --- lib/utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.inc.php b/lib/utils.inc.php index eec51cd..197b26f 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -322,7 +322,7 @@ class Utils { if ($this->isAdmin() || $this->getUser() == $recipient) { $authorized = true; } - $this->log("authorized '".$this->getUser()."'", 3); + $this->log("authorize '".$this->getUser()."' rcpt '$recipient'", 3); return $authorized; } -- 2.39.2