diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 17:05:30 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 17:05:30 +0000 |
| commit | e801af3ad5cee0864229bff8353ca359d3b5f225 (patch) | |
| tree | c36f97195d957751a60aff9914fdfff3784d80ad /src/site | |
| parent | 9da64b3bed595d6cb416cf18801209a67a05d9ff (diff) | |
| download | boca-e801af3ad5cee0864229bff8353ca359d3b5f225.tar.gz boca-e801af3ad5cee0864229bff8353ca359d3b5f225.zip | |
bf
Diffstat (limited to 'src/site')
| -rw-r--r-- | src/site/getsite.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index 8e9cac1..c6f1a16 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -48,7 +48,8 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { } if(isset($_POST['updatetime']) && is_numeric($_POST['updatetime'])) { $xml = generateSiteXML($_SESSION["usertable"]["contestnumber"],$fromsite,$_POST['updatetime']); - echo "<!-- " . encryptData($xml,$u["userpassword"]) . " -->"; + echo "<!-- " . $xml . " -->"; + // echo "<!-- " . encryptData($xml,$u["userpassword"]) . " -->"; } } else { echo "<!-- <ERROR3> ".session_id() . " -->\n"; |