Fixed 2 CGIs for core31

This commit is contained in:
Christian Schmidt
2009-08-29 21:48:45 +02:00
parent ddba5fa184
commit 8fb1a115bd
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ if ($cgiparams{'SUBMIT'} eq $tr{'advproxy chgwebpwd change password'})
$errormessage = $tr{'advproxy errmsg password incorrect'};
goto ERROR;
}
$returncode = system("/usr/bin/htpasswd -b $userdb $username $cgiparams{'NEW_PASSWORD_1'}");
$returncode = system("/usr/sbin/htpasswd -b $userdb $username $cgiparams{'NEW_PASSWORD_1'}");
if ($returncode == 0)
{
$success = 1;