diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 16:08:29 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 16:08:29 +0000 |
| commit | f1e36b3fc8dfcb6aa3340b1a4f4df9f8f567fd1a (patch) | |
| tree | 1bb785c3e63ee47026d82eea076576465e631dfc /src/site/getsite.php | |
| parent | 8e798f1e9dca25dc2b8d8458a8fc9205de8b3ea7 (diff) | |
| download | boca-f1e36b3fc8dfcb6aa3340b1a4f4df9f8f567fd1a.tar.gz boca-f1e36b3fc8dfcb6aa3340b1a4f4df9f8f567fd1a.zip | |
bf
Diffstat (limited to 'src/site/getsite.php')
| -rw-r--r-- | src/site/getsite.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index bbcd5f1..8e9cac1 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -41,14 +41,14 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true); echo $resp[1]; if($resp[0]) - echo "<!-- <OK> -->\n"; + echo "<!-- <OK> -->"; else - echo "<!-- <NOTOK> -->\n"; + echo "<!-- <NOTOK> -->"; } } if(isset($_POST['updatetime']) && is_numeric($_POST['updatetime'])) { $xml = generateSiteXML($_SESSION["usertable"]["contestnumber"],$fromsite,$_POST['updatetime']); - echo encryptData($xml,$u["userpassword"]); + echo "<!-- " . encryptData($xml,$u["userpassword"]) . " -->"; } } else { echo "<!-- <ERROR3> ".session_id() . " -->\n"; |