diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 15:35:35 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 15:35:35 +0000 |
| commit | 063619bb2a9e6fb5c26fd68a631653dc8a388a0d (patch) | |
| tree | 99197ef0f493290f86692142fc06a80978bbf658 /src/site | |
| parent | bdcc78997500afd66d78a5308a0bf2ce591c2030 (diff) | |
| download | boca-063619bb2a9e6fb5c26fd68a631653dc8a388a0d.tar.gz boca-063619bb2a9e6fb5c26fd68a631653dc8a388a0d.zip | |
remove data zipping from transfer
Diffstat (limited to 'src/site')
| -rw-r--r-- | src/site/getsite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index f31f607..c29581c 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -49,7 +49,7 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { } if(isset($_POST['updatetime']) && is_numeric($_POST['updatetime'])) { $xml = generateSiteXML($_SESSION["usertable"]["contestnumber"],$fromsite,$_POST['updatetime'],$ct["contestmainsite"]); - echo "<!-- " . encryptData($xml[0],$u["userpassword"]) . " -->"; + echo "<!-- " . encryptData($xml[0],$u["userpassword"],false) . " -->"; // echo "MAIN\n" . $xml[1]; } } else { |