diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index a28bd2dca..157291af4 100644 --- a/inc/html.php +++ b/inc/html.php @@ -44,6 +44,10 @@ function html_login(){ <input type="password" name="p" class="edit" /> </label><br /> <input type="submit" value="<?=$lang['btn_login']?>" class="button" /> + <label for="remember" class="simple"> + <input type="checkbox" name="r" id="remember" value="1" /> + <span><?=$lang['remember']?></span> + </label> </fieldset> </form> <? |