aboutsummaryrefslogtreecommitdiff
path: root/src/site/getsite.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/getsite.php')
-rw-r--r--src/site/getsite.php4
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";