File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1313
1414if ($ _SESSION ['user ' ] == 'admin ' ) {
1515 exec (HESTIA_CMD ."v-add-cron-hestia-autoupdate " , $ output , $ return_var );
16- $ _SESSION ['error_msg ' ] = __ ('Autoupdate has been successfully enabled ' );
1716 unset($ output );
1817}
1918
Original file line number Diff line number Diff line change 1212}
1313
1414exec (HESTIA_CMD ."v-add-cron-reports " .$ user , $ output , $ return_var );
15- $ _SESSION ['error_msg ' ] = __ ('Cronjob email reporting has been successfully enabled ' );
1615unset($ output );
1716
1817header ("Location: /list/cron/ " );
Original file line number Diff line number Diff line change 1313
1414if ($ _SESSION ['user ' ] == 'admin ' ) {
1515 exec (HESTIA_CMD ."v-delete-cron-hestia-autoupdate " , $ output , $ return_var );
16- $ _SESSION ['error_msg ' ] = __ ('Autoupdate has been successfully disabled ' );
1716 unset($ output );
1817}
1918
Original file line number Diff line number Diff line change 1212}
1313
1414exec (HESTIA_CMD ."v-delete-cron-reports " .$ user , $ output , $ return_var );
15- $ _SESSION ['error_msg ' ] = __ ('Cronjob email reporting has been successfully disabled ' );
1615unset($ output );
1716
1817header ("Location: /list/cron/ " );
You can’t perform that action at this time.
0 commit comments