From: Michael Rasmussen Date: Thu, 11 Jun 2015 16:06:07 +0000 (+0200) Subject: Enhance security X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/56c841014682b373b486d3627ce1ea1f37403ff1 Enhance security --- 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; }