mirror of
https://github.com/unraid/webgui.git
synced 2026-03-11 05:20:44 -05:00
webgui updates for 6.3.0-rc9
This commit is contained in:
@@ -47,7 +47,7 @@ case 'get':
|
||||
echo shell_exec("$notify get");
|
||||
break;
|
||||
case 'archive':
|
||||
shell_exec("$notify archive \"{$_POST['file']}\"");
|
||||
shell_exec("$notify archive ".escapeshellarg($_POST['file']));
|
||||
break;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user