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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php
index f31f607..c29581c 100644
--- a/src/site/getsite.php
+++ b/src/site/getsite.php
@@ -49,7 +49,7 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) {
}
if(isset($_POST['updatetime']) && is_numeric($_POST['updatetime'])) {
$xml = generateSiteXML($_SESSION["usertable"]["contestnumber"],$fromsite,$_POST['updatetime'],$ct["contestmainsite"]);
- echo "<!-- " . encryptData($xml[0],$u["userpassword"]) . " -->";
+ echo "<!-- " . encryptData($xml[0],$u["userpassword"],false) . " -->";
// echo "MAIN\n" . $xml[1];
}
} else {