--- htusers_union.php 2001/09/26 14:43:35 1.1 +++ htusers_union.php 2001/09/26 14:44:54 1.2 @@ -18,10 +18,8 @@ include("$gblIncDir/$this.php"); $tmp=md5($PHP_AUTH_USER.$PHP_AUTH_PW); if ($tmp == $gblPw) { - error_log("user: $PHP_AUTH_USER pw: $PHP_AUTH_PW authed using $this",0); + //error_log("user: $PHP_AUTH_USER pw: $PHP_AUTH_PW authed using $this",0); break; - } else { - error_log("user: $PHP_AUTH_USER not authed using $this",0); } } }