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