aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-23 12:01:53 -0800
committerfriendica <info@friendica.com>2013-12-23 12:01:53 -0800
commit4517bdcff1aa75c5389f9fb29947012fca5df4e1 (patch)
treeaef4d726781128dd41d53fcf069caa5ff0e42558 /mod
parent45a4c649edf0519f1dfbee73cb6ad43211549d52 (diff)
parentea31573e26a5f74b27530fc0829c9b9abca0f65c (diff)
downloadvolse-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.php2
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 = '';