Skip to content

Commit

Permalink
Hide pass
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 15, 2018
1 parent ce0144e commit 7db2338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/initdemo/sftpget_and_loaddump.php
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* or see http://www.gnu.org/
*
*
* Get a distant dump file and load it into a mysql database
*/

Expand Down Expand Up @@ -92,7 +92,7 @@
{
if (! @ssh2_auth_password($connection, $login, $password))
{
dol_syslog("Could not authenticate with username ".$login." . and password ".$password,LOG_ERR);
dol_syslog("Could not authenticate with username ".$login." . and password ".preg_replace('/./', '*', $password),LOG_ERR);
exit(-5);
}
else
Expand Down

0 comments on commit 7db2338

Please sign in to comment.