1
0
Fork 0

Urlencode /network file parameter

This commit is contained in:
Hypolite Petovan 2018-11-23 10:02:30 -05:00
commit c23d1b2776
3 changed files with 20 additions and 21 deletions

View file

@ -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();
}