added buttons to perform later hubloc actions

This commit is contained in:
Michael Meer
2014-01-20 12:12:40 +01:00
parent 1fa8546d46
commit a13593590b
3 changed files with 7 additions and 3 deletions

View File

@@ -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;
}