Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Typo in testParameters() function
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Aug 23, 2013
1 parent f637641 commit 0df41be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/auth.ftp/class.ftpAuthDriver.php
Expand Up @@ -126,7 +126,7 @@ function testParameters($params){
return "ERROR: ".$e->getMessage();
}
}
return "SUCCESS; Could succesfully connect to the FTP server!";
return "SUCCESS: Could succesfully connect to the FTP server!";
}

function checkPassword($login, $pass, $seed){
Expand Down

0 comments on commit 0df41be

Please sign in to comment.