1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-09 17:46:31 +02:00

remove debug log

This commit is contained in:
Marco Dickert
2017-09-08 11:51:11 +02:00
parent 40fe8af639
commit 84e10fa0b9
3 changed files with 0 additions and 6 deletions

View File

@@ -3704,9 +3704,7 @@ function IFM( params ) {
return password_verify( $pass, trim( $hash ) ) ? ( $uname == $user ) : false;
break;
case "file":
$this->log( "srcopt: $srcopt" );
if( @file_exists( $srcopt ) && @is_readable( $srcopt ) ) {
$this->log( "file exists" );
$htpasswd = new Htpasswd( $srcopt );
return $htpasswd->verify( $user, $pass );
} else {

View File

@@ -3704,9 +3704,7 @@ function IFM( params ) {
return password_verify( $pass, trim( $hash ) ) ? ( $uname == $user ) : false;
break;
case "file":
$this->log( "srcopt: $srcopt" );
if( @file_exists( $srcopt ) && @is_readable( $srcopt ) ) {
$this->log( "file exists" );
$htpasswd = new Htpasswd( $srcopt );
return $htpasswd->verify( $user, $pass );
} else {

View File

@@ -977,9 +977,7 @@ f00bar;
return password_verify( $pass, trim( $hash ) ) ? ( $uname == $user ) : false;
break;
case "file":
$this->log( "srcopt: $srcopt" );
if( @file_exists( $srcopt ) && @is_readable( $srcopt ) ) {
$this->log( "file exists" );
$htpasswd = new Htpasswd( $srcopt );
return $htpasswd->verify( $user, $pass );
} else {