aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2018-08-24 18:49:51 +0000
committerCassio de Campos <cassiopc@gmail.com>2018-08-24 18:49:51 +0000
commit9a5387bd2637cdc9fb0496d094e503e484be10e9 (patch)
treef3066cb67a237f426c5b219ad19a906cb2dffd85 /src/site
parent3cffb81354aac30059bef53406b6dcb96e262782 (diff)
parente186493a2bd8fef5fc0c7ad47edefbabddb6f0ab (diff)
downloadboca-9a5387bd2637cdc9fb0496d094e503e484be10e9.tar.gz
boca-9a5387bd2637cdc9fb0496d094e503e484be10e9.zip
Merge branch 'develc' of ssh://github.com/cassiopc/boca into develc
Diffstat (limited to 'src/site')
-rw-r--r--src/site/get.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/get.php b/src/site/get.php
index 81ede0d..45efd68 100644
--- a/src/site/get.php
+++ b/src/site/get.php
@@ -46,7 +46,7 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) {
}
if(isset($_POST) && isset($_POST['xml'])) {
// $fp=fopen('/tmp/aaa',"w"); fwrite($fp,$_POST['xml']); fclose($fp);
- $s = decryptData(rawurldecode($_POST['xml']),myhash($_SESSION["usertable"]["userpassword"]));
+ $s = decryptData($_POST['xml'],myhash($_SESSION["usertable"]["userpassword"]));
// $fp=fopen('/tmp/aaa1',"w"); fwrite($fp,$s); fclose($fp);
$ac=array();