Changeset 12578 for lang/perl/tiarra
- Timestamp:
- 05/28/08 01:13:30 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/tiarra/trunk/module/System/WebClient.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/tiarra/trunk/module/System/WebClient.pm
r12325 r12578 577 577 if( !_verify_value($param->[1], $user) ) 578 578 { 579 $DEBUG and ::printmsg("$req->{peer}: $param->[0] user $param->[1] does not match with '$user' (user)"); 579 580 return; 580 581 } 581 582 if( !_verify_value($param->[2], $pass) ) 582 583 { 584 $DEBUG and ::printmsg("$req->{peer}: $param->[0] pass $param->[2] does not match with '$pass' (pass)"); 583 585 return; 584 586 } … … 613 615 return 1; 614 616 } 617 $DEBUG and ::printmsg("$req->{peer}: $param->[0] pass $param->[1] does not match with '$uid' (uid), '$sn' (sn)"); 615 618 return; 616 619 } … … 627 630 if( !_verify_value($param->[1], $subno) ) 628 631 { 632 $DEBUG and ::printmsg("$req->{peer}: $param->[0] pass $param->[1] does not match with '$subno' (subno)"); 629 633 return; 630 634 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)