X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffilerm.php;h=d240c2d6a757927df98f1bf81134889c7e69da16;hb=b962fc989a03083d50e55f96bbcf2349ab390bb0;hp=30a7f69df9a9e925468d18cd3e0e1ad70d61c5a6;hpb=9dfc970bd63086c85569f144d1d2a507d51935de;p=friendica.git diff --git a/mod/filerm.php b/mod/filerm.php index 30a7f69df9..d240c2d6a7 100644 --- a/mod/filerm.php +++ b/mod/filerm.php @@ -36,6 +36,6 @@ function filerm_content(App $a) info('Item was not deleted'); } - $a->internalRedirect('/network?f=&file=' . $term); + $a->internalRedirect('/network?f=&file=' . rawurlencode($term)); killme(); }