diff options
Diffstat (limited to 'src/globals.php')
| -rwxr-xr-x | src/globals.php | 2 |
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='') { |