From 807bc8e3764e3204941fa9d5e8f9f504cd06c91e Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 4 Sep 2018 19:13:16 +0200 Subject: bf --- src/globals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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='') { -- cgit v1.2.3