aboutsummaryrefslogtreecommitdiff
path: root/src/admin/export.php
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2018-08-23 14:25:32 +0000
committercassiopc <cassiopc@gmail.com>2018-08-23 14:25:32 +0000
commite186493a2bd8fef5fc0c7ad47edefbabddb6f0ab (patch)
tree700622a2ad1516a7d3a1b0184f07c7087b2ce7bd /src/admin/export.php
parent25e1cce50cc8c7cbbedc38675dd71e8a9944f451 (diff)
downloadboca-e186493a2bd8fef5fc0c7ad47edefbabddb6f0ab.tar.gz
boca-e186493a2bd8fef5fc0c7ad47edefbabddb6f0ab.zip
improvements of scripts and fixes about urls
Diffstat (limited to 'src/admin/export.php')
-rw-r--r--src/admin/export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/export.php b/src/admin/export.php
index 2682c94..10a595d 100644
--- a/src/admin/export.php
+++ b/src/admin/export.php
@@ -51,7 +51,7 @@ if(isset($_POST["Submit"]) || isset($_POST['Submit1'])) {
if(isset($_POST['nopassword']) && $_POST['nopassword']=='true')
echo $xml;
else
- echo rawurlencode($_POST['challenge']) . " " . encryptData($xml,($_POST['password']));
+ echo myrawurlencode($_POST['challenge']) . " " . encryptData($xml,($_POST['password']));
exit;
}
}