From: Matteo Nastasi (mop) Date: Sun, 29 Mar 2009 08:06:21 +0000 (+0000) Subject: minor log bug fixed X-Git-Tag: 3.0.0~132 X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;ds=inline;h=eaa164b2f8408a510d7780c15614dfa6993f7817;p=brisk.git minor log bug fixed --- diff --git a/web/Obj/auth.phh b/web/Obj/auth.phh index fdebea7..a52bc78 100644 --- a/web/Obj/auth.phh +++ b/web/Obj/auth.phh @@ -70,7 +70,7 @@ class Challenges { return ($G_false); } - log_auth("xxx", "LOOPI item: ".$i." tstamp: ".$this->item[$i]->tstamp." curtime: ".$curtime); + // log_auth("xxx", "LOOPI tstamp: ".$this->item[$i]->tstamp." curtime: ".$curtime); if (($chal = new Challenge($login, $token, $ip, $tstamp)) == null) { return ($G_false);