From a0764db09a66ee740888de30d6efdbbca45a2b4f Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Mon, 31 Jul 2017 15:32:40 +0100 Subject: bf --- src/site/getsite.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/site/getsite.php') diff --git a/src/site/getsite.php b/src/site/getsite.php index 4cb247d..d2c4bf0 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -22,7 +22,7 @@ header ("Content-transfer-encoding: binary\n"); ob_end_flush(); if(($ct = DBContestInfo($_SESSION["usertable"]["contestnumber"])) == null) { - echo "\n"; + echo "\n"; exit; } if($ct["contestlocalsite"]==$ct["contestmainsite"]) { @@ -40,9 +40,9 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { echo "\n"; } else { if(importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true)) - echo ""; + echo "\n"; else - echo ""; + echo "\n"; } } if(isset($_POST['updatetime']) && is_numeric($_POST['updatetime'])) { @@ -50,10 +50,10 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { echo encryptData($xml,$u["userpassword"]); } } else { - echo "\n"; + echo "\n"; } } else { - echo "\n"; + echo "\n"; exit; } } -- cgit v1.2.3