From 53be38526252182f09914ec371587a0b5b34ecc3 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 15 Mar 2009 23:56:47 +0000 Subject: prep for beta1 release, update sql files --- lib/class/xmlrpcclient.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/xmlrpcclient.class.php') 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'); -- cgit