Update loginpage.php

This commit is contained in:
Rob Gill
2018-05-08 19:05:42 +10:00
committed by GitHub
parent a8bf42687c
commit 8eed0e09d9

View File

@@ -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">