aboutsummaryrefslogtreecommitdiffstats
path: root/include/security.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-20 12:12:40 +0100
committerMichael Meer <michael@meer.name>2014-01-20 12:12:40 +0100
commita13593590b5e5488554225ba9ff9bced24cffd0c (patch)
tree97d117814d03eefa55ef2150d00d0099eb3be633 /include/security.php
parent1fa8546d467bcd541858967aaec33d8779e4df99 (diff)
downloadvolse-hubzilla-a13593590b5e5488554225ba9ff9bced24cffd0c.tar.gz
volse-hubzilla-a13593590b5e5488554225ba9ff9bced24cffd0c.tar.bz2
volse-hubzilla-a13593590b5e5488554225ba9ff9bced24cffd0c.zip
added buttons to perform later hubloc actions
Diffstat (limited to 'include/security.php')
-rw-r--r--include/security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security.php b/include/security.php
index a87442d42..9943cf88d 100644
--- a/include/security.php
+++ b/include/security.php
@@ -339,7 +339,7 @@ function get_form_security_token($typename = '') {
$timestamp = time();
$sec_hash = hash('whirlpool', $a->user['guid'] . $a->user['prvkey'] . session_id() . $timestamp . $typename);
-
+
return $timestamp . '.' . $sec_hash;
}