openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 91ff4c761aaee40aa328f2eb760948208253610e
parent 413d4f860325a6991f08dc29b2a7289a94a702fa
Author: dankert <devnull@localhost>
Date:   Thu, 24 Sep 2009 00:12:14 +0200

Einstellung-Cookie ist 2 Jahre (Genauer: 720 Tage) gültig.

Diffstat:
actionClasses/ProfileAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actionClasses/ProfileAction.class.php b/actionClasses/ProfileAction.class.php @@ -90,7 +90,7 @@ class ProfileAction extends Action if ( $this->hasRequestVar($name)) { // Cookie setzen - setcookie('or_'.$name,'1'); + setcookie('or_'.$name,'1',time()+(60*60*24*30*12*2)); $_COOKIE['or_'.$name] = '1'; } else