mirror of
https://github.com/unraid/webgui.git
synced 2026-02-08 01:49:19 -06:00
Merge pull request #1107 from bergware/master
Bugfix: allow share names with & in it
This commit is contained in:
@@ -63,7 +63,7 @@ foreach (glob('plugins/*', GLOB_ONLYDIR) as $plugin) {
|
||||
}
|
||||
|
||||
// Get general variables
|
||||
$name = unscript($_GET['name']??'');
|
||||
$name = untangle($_GET['name']??'');
|
||||
$dir = rawurldecode($_GET['dir']??'');
|
||||
$path = substr(strtok($_SERVER['REQUEST_URI'],'?'),1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user