aboutsummaryrefslogtreecommitdiffstats
path: root/include/security.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-20 14:19:25 -0800
committerfriendica <info@friendica.com>2014-01-20 14:19:25 -0800
commit8cd6c97e217f4587dc02db66d8d22bba38159d36 (patch)
treeee5eba7b3caf5f713fb5b98a199305b33174ce51 /include/security.php
parent5b69e3b79535d7d903d1f203f03b0647188eebc8 (diff)
parente3e7ef51afcf44fb938022cb01e77b9d8a833c3b (diff)
downloadvolse-hubzilla-8cd6c97e217f4587dc02db66d8d22bba38159d36.tar.gz
volse-hubzilla-8cd6c97e217f4587dc02db66d8d22bba38159d36.tar.bz2
volse-hubzilla-8cd6c97e217f4587dc02db66d8d22bba38159d36.zip
Merge https://github.com/friendica/red into zpull
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;
}