Update loginpage.php

This commit is contained in:
rrobgill
2018-05-08 17:24:09 +10:00
committed by GitHub
parent fb988f247d
commit d64292ba5c
+1 -1
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 (sets cookie)
<input type="checkbox" id="logincookie" name="cook" class="form=control"> Remember me for 7 days
<span class="fa fa-key form-control-feedback"></span>
</div>
<div class="row">