Urlencode /network file parameter
This commit is contained in:
parent
9774fd8be9
commit
c23d1b2776
3 changed files with 20 additions and 21 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue