]> git.datanom.net - qtadmin.git/commitdiff
Enhance security
authorMichael Rasmussen <mir@datanom.net>
Thu, 11 Jun 2015 16:06:07 +0000 (18:06 +0200)
committerMichael Rasmussen <mir@datanom.net>
Thu, 11 Jun 2015 16:06:07 +0000 (18:06 +0200)
lib/utils.inc.php

index eec51cd2674dee5b65cfbba17a205147cb56b0b8..197b26f8632aa52fa4c44c3f51696282c6baefa8 100644 (file)
@@ -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;
     }
This page took 0.031308 seconds and 5 git commands to generate.