Merge pull request #92 from JonnyTech/patch-1

Focus password input field
This commit is contained in:
John Campbell
2019-06-04 12:22:06 -06:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ if($PASSWORD) {
$_SESSION['_sfm_allowed'] = true; $_SESSION['_sfm_allowed'] = true;
header('Location: ?'); header('Location: ?');
} }
echo '<html><body><form action=? method=post>PASSWORD:<input type=password name=p /></form></body></html>'; echo '<html><body><form action=? method=post>PASSWORD:<input type=password name=p autofocus/></form></body></html>';
exit; exit;
} }
} }