protecting input type="password"
This commit is contained in:
parent
74d6eb4925
commit
46f9843a03
4 changed files with 10 additions and 6 deletions
|
@ -43,7 +43,7 @@ class JlogUpdater
|
|||
{
|
||||
$html = '<form action="' . $_SERVER['SCRIPT_NAME'] . '" method="post">'
|
||||
. '<p>' . $l['admin']['e_admin_password'] . ': '
|
||||
. '<input type="password" name="jlog_password" value="" />'
|
||||
. '<input type="password" name="jlog_password" value="" '.NO_PASSWORD_FORM_LEAKS.'/>'
|
||||
. '</p>';
|
||||
$version = $this->getOldVersion();
|
||||
while (isset($this->versions[$version])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue