aboutsummaryrefslogtreecommitdiff
path: root/src/fextdata.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-07-30 17:27:51 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-07-30 17:27:51 +0000
commit7ea0dc5b457b955ff725e29b04a4922662bb2d79 (patch)
tree37f281f4be4dcc870569351720e2dc129cf5e7c5 /src/fextdata.php
parented6a62b493615cd8e5c783dc133edbd30bb2e0c2 (diff)
downloadboca-7ea0dc5b457b955ff725e29b04a4922662bb2d79.tar.gz
boca-7ea0dc5b457b955ff725e29b04a4922662bb2d79.zip
bf
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 774d9f0..cf42fc0 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]))));
+ $data = encryptData(generateSiteXML($contest, $localsite, $updatetime-30),myhash(myhash(trim($sitedata[2])) . $sess));
$data_url = http_build_query(array('xml' => $data, 'updatetime' => ($updatetime-30)
));