Forgot to escape that

Whoopsies
This commit is contained in:
System Void 2015-12-11 20:09:19 +00:00
commit fc0e7ba28b

View file

@ -42,7 +42,7 @@ if (isset($_POST['user']) || isset($_POST['hash'])) {
$i++;
if (!empty($_POST['arg' . $i]))
{
$args[] = $_POST['arg' . $i];
$args[] = escapeshellarg($_POST['arg' . $i]);
continue;
}
break;