Flatta's security fixes from PullRequest #516

This commit is contained in:
Serghey Rodin 2015-12-11 21:32:07 +02:00
commit 95850df8d1
6 changed files with 9 additions and 8 deletions

View file

@ -53,6 +53,7 @@ if (!empty($_POST['save'])) {
}
$v_username = $user;
$v_job = escapeshellarg($_GET['job']);
$v_min = escapeshellarg($_POST['v_min']);
$v_hour = escapeshellarg($_POST['v_hour']);
$v_day = escapeshellarg($_POST['v_day']);