aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcassio <cassiopc@gmail.com>2018-09-04 17:13:16 +0000
committercassio <cassiopc@gmail.com>2018-09-04 17:13:16 +0000
commit807bc8e3764e3204941fa9d5e8f9f504cd06c91e (patch)
tree00dfbf2cd1526b7d462d858e8e3ecc19958c7681
parent6b75fc303713fa6b498d81e1732e338c4ce71a97 (diff)
downloadboca-807bc8e3764e3204941fa9d5e8f9f504cd06c91e.tar.gz
boca-807bc8e3764e3204941fa9d5e8f9f504cd06c91e.zip
bf
-rwxr-xr-xsrc/globals.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.php b/src/globals.php
index f49d26b..80f79df 100755
--- a/src/globals.php
+++ b/src/globals.php
@@ -37,7 +37,7 @@ function myrawurlencode($txt) {
}
function myrawurldecode($txt) {
- return(rawurldecode(base64_encode($txt)));
+ return(base64_decode(rawurldecode($txt)));
}
function filedownload($oid,$fname,$msg='') {