summaryrefslogtreecommitdiffstats
path: root/lib/class/xmlrpcclient.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-15 23:56:47 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2009-03-15 23:56:47 +0000
commit53be38526252182f09914ec371587a0b5b34ecc3 (patch)
tree09f782cba5ecde9a3d3c12d7e02c571e446599ae /lib/class/xmlrpcclient.class.php
parent6a40eb1fe81c24d191186eee20a1b30d18919194 (diff)
downloadampache-53be38526252182f09914ec371587a0b5b34ecc3.tar.gz
ampache-53be38526252182f09914ec371587a0b5b34ecc3.tar.bz2
ampache-53be38526252182f09914ec371587a0b5b34ecc3.zip
prep for beta1 release, update sql files
Diffstat (limited to 'lib/class/xmlrpcclient.class.php')
-rw-r--r--lib/class/xmlrpcclient.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/xmlrpcclient.class.php b/lib/class/xmlrpcclient.class.php
index b35f2a27..49bf4439 100644
--- a/lib/class/xmlrpcclient.class.php
+++ b/lib/class/xmlrpcclient.class.php
@@ -51,7 +51,7 @@ class xmlRpcClient {
// Build our key
$timestamp = time();
- $handshake_key = hash('sha256',$timestamp . hash('sha256',$key));
+ $handshake_key = hash('sha256',$timestamp . hash('sha256',$key));
$encoded_key = new XML_RPC_Value($handshake_key,'string');
$timestamp = new XML_RPC_Value($timestamp,'int');