diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 17:35:22 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-11-01 17:35:22 +0000 |
| commit | 689ca417a57f7d3e7ba2836b09e493a61a13aac1 (patch) | |
| tree | 8d97492e81f453a97c00c3e560864f586321b296 /src/site/getsite.php | |
| parent | 9583d6ea7bb503fb0094751c5a871b3fb65de84a (diff) | |
| parent | 6c7db3cfb3e72e6bf7bb8b5c530ec41fa03ec666 (diff) | |
| download | boca-689ca417a57f7d3e7ba2836b09e493a61a13aac1.tar.gz boca-689ca417a57f7d3e7ba2836b09e493a61a13aac1.zip | |
Merge branch 'devel'
Diffstat (limited to 'src/site/getsite.php')
| -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 { |