diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 15:40:16 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 15:40:16 +0000 |
| commit | bfb0b23afb0c15a276c5499ad237273b4ea8cd08 (patch) | |
| tree | e7ad3538730e24da5a219548d1d0ac70337dcd3b /src/site | |
| parent | 44ccbd678ef12be9e0da24e6e371262ccc2ca812 (diff) | |
| download | boca-bfb0b23afb0c15a276c5499ad237273b4ea8cd08.tar.gz boca-bfb0b23afb0c15a276c5499ad237273b4ea8cd08.zip | |
bf
Diffstat (limited to 'src/site')
| -rw-r--r-- | src/site/getsite.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index e285778..bbcd5f1 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -39,8 +39,8 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { echo "<!-- <ERROR8> ".session_id() . " -->\n"; } else { $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true); - echo $resp[0]; - if($resp[1]) + echo $resp[1]; + if($resp[0]) echo "<!-- <OK> -->\n"; else echo "<!-- <NOTOK> -->\n"; |