webgui updates for 6.3.0-rc9

This commit is contained in:
Eric Schultz
2017-01-27 10:23:44 -06:00
parent 9b98236550
commit 0c5a36741a
85 changed files with 543 additions and 561 deletions

View File

@@ -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;
}
?>