mirror of
https://github.com/pi-hole/web.git
synced 2026-04-22 17:59:20 +01:00
Update loginpage.php
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<form action="" id="loginform" method="post">
|
||||
<div class="form-group has-feedback <?php if ($wrongpassword) { ?>has-error<?php } ?> ">
|
||||
<input type="password" id="loginpw" name="pw" class="form-control" placeholder="Password" autofocus>
|
||||
<input type="checkbox" id="logincookie" name="cook" class="form=control"> Remember me for 7 days
|
||||
<input type="checkbox" id="logincookie" name="persistentlogin" class="form=control"> Remember me for 7 days
|
||||
<span class="fa fa-key form-control-feedback"></span>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user