aboutsummaryrefslogtreecommitdiff
path: root/src/fextdata.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-07-30 17:40:13 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-07-30 17:40:13 +0000
commite3ac3a916759fcd52d316e79b4c969b7e01b1b68 (patch)
treec5124d244de1157763979383e1ef8e0ad1dabc55 /src/fextdata.php
parent7ea0dc5b457b955ff725e29b04a4922662bb2d79 (diff)
downloadboca-e3ac3a916759fcd52d316e79b4c969b7e01b1b68.tar.gz
boca-e3ac3a916759fcd52d316e79b4c969b7e01b1b68.zip
fb
Diffstat (limited to 'src/fextdata.php')
-rw-r--r--src/fextdata.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fextdata.php b/src/fextdata.php
index cf42fc0..6acffaa 100644
--- a/src/fextdata.php
+++ b/src/fextdata.php
@@ -247,7 +247,7 @@ function getMainXML() {
// LOGError("ok=" . $ok);
if(substr($ok,strlen($ok)-strlen('TRANSFER OK'),strlen('TRANSFER OK')) == 'TRANSFER OK') {
- $data = encryptData(generateSiteXML($contest, $localsite, $updatetime-30),myhash(myhash(trim($sitedata[2])) . $sess));
+ $data = encryptData(generateSiteXML($contest, $localsite, $updatetime-30),myhash(trim($sitedata[2])));
$data_url = http_build_query(array('xml' => $data, 'updatetime' => ($updatetime-30)
));