diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-30 16:59:03 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-30 16:59:03 +0000 |
| commit | ed6a62b493615cd8e5c783dc133edbd30bb2e0c2 (patch) | |
| tree | 85f11b435330559640652c060707cace07f59b63 /src/site/getsite.php | |
| parent | 61bd2d78adaad1d6a4369e43d7913486083f02e1 (diff) | |
| download | boca-ed6a62b493615cd8e5c783dc133edbd30bb2e0c2.tar.gz boca-ed6a62b493615cd8e5c783dc133edbd30bb2e0c2.zip | |
bf
Diffstat (limited to 'src/site/getsite.php')
| -rw-r--r-- | src/site/getsite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index 2476392..66e04e5 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -33,7 +33,7 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { if(isset($_POST)) { if(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(rawurldecode($_POST['xml']),myhash($_SESSION["usertable"]["userpassword"]),'xml from local not ok'); // $fp=fopen('/tmp/aaa1',"w"); fwrite($fp,$s); fclose($fp); if(strtoupper(substr($s,0,5)) != "<XML>") { echo "<!-- <ERROR8> ".session_id() . " " . session_id() . " -->\n"; |