mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
added cron exlusions
This commit is contained in:
parent
24fd351b85
commit
5b52823570
3 changed files with 17 additions and 0 deletions
|
@ -89,6 +89,11 @@ if (empty($_SESSION['error_msg'])) {
|
|||
$v_db_tmp = rtrim($v_db_tmp, ",");
|
||||
$v_db_tmp = "DB=" . escapeshellarg($v_db_tmp);
|
||||
|
||||
$v_cron = $_POST['v_cron'];
|
||||
$v_cron_tmp = str_replace("\r\n", ",", $_POST['v_cron']);
|
||||
$v_cron_tmp = rtrim($v_cron_tmp, ",");
|
||||
$v_cron_tmp = "CRON=" . escapeshellarg($v_cron_tmp);
|
||||
|
||||
$v_userdir = $_POST['v_userdir'];
|
||||
$v_userdir_tmp = str_replace("\r\n", ",", $_POST['v_userdir']);
|
||||
$v_userdir_tmp = rtrim($v_userdir_tmp, ",");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue