mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Forgot to escape that
Whoopsies
This commit is contained in:
parent
df0d6c12cb
commit
fc0e7ba28b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if (isset($_POST['user']) || isset($_POST['hash'])) {
|
||||||
$i++;
|
$i++;
|
||||||
if (!empty($_POST['arg' . $i]))
|
if (!empty($_POST['arg' . $i]))
|
||||||
{
|
{
|
||||||
$args[] = $_POST['arg' . $i];
|
$args[] = escapeshellarg($_POST['arg' . $i]);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue