diff options
author | friendica <info@friendica.com> | 2013-12-23 12:01:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-23 12:01:53 -0800 |
commit | 4517bdcff1aa75c5389f9fb29947012fca5df4e1 (patch) | |
tree | aef4d726781128dd41d53fcf069caa5ff0e42558 /mod | |
parent | 45a4c649edf0519f1dfbee73cb6ad43211549d52 (diff) | |
parent | ea31573e26a5f74b27530fc0829c9b9abca0f65c (diff) | |
download | volse-hubzilla-4517bdcff1aa75c5389f9fb29947012fca5df4e1.tar.gz volse-hubzilla-4517bdcff1aa75c5389f9fb29947012fca5df4e1.tar.bz2 volse-hubzilla-4517bdcff1aa75c5389f9fb29947012fca5df4e1.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod')
-rw-r--r-- | mod/xref.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/xref.php b/mod/xref.php index c296bf0e1..95cc22aa7 100644 --- a/mod/xref.php +++ b/mod/xref.php @@ -7,7 +7,7 @@ function xref_init(&$a) { // Cookie lasts 24 hours to survive a browser restart. Contains no personal // information at all - just somebody else's xchan. $referrer = argv(1); - $expire=time()+60*60*24; + $expire=time()+60*60*2; $path = 'xref'; setcookie($path, $referrer, $expire, "/"); $url = ''; |