diff options
author | andi <andi@splitbrain.org> | 2005-01-13 21:23:25 +0100 |
---|---|---|
committer | andi <andi@splitbrain.org> | 2005-01-13 21:23:25 +0100 |
commit | 132bdbfe5a8ce4c57b4ae7d4391e99d05f186d43 (patch) | |
tree | d2aa488425e9aebce8e274109dadd1959ab47cff /inc/html.php | |
parent | 5d495af91ac4f4ad6fff1838711e9936b5f0ed45 (diff) | |
download | rpg-132bdbfe5a8ce4c57b4ae7d4391e99d05f186d43.tar.gz rpg-132bdbfe5a8ce4c57b4ae7d4391e99d05f186d43.tar.bz2 |
Changed Cookie system
The cookie is now stored blowfish encrypted - this allows automatic logins.
Fixes Task #13
darcs-hash:20050113202325-9977f-f8fed7eed8f09c476f7b521c71a38b24c94db1b1.gz
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> <? |