mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
cron email reporting
This commit is contained in:
parent
75a50c9cd6
commit
baae928144
6 changed files with 65 additions and 11 deletions
13
web/add/cron/reports/index.php
Normal file
13
web/add/cron/reports/index.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
// Init
|
||||
error_reporting(NULL);
|
||||
ob_start();
|
||||
session_start();
|
||||
include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
|
||||
|
||||
exec (VESTA_CMD."v-add-cron-reports ".$user, $output, $return_var);
|
||||
$_SESSION['error_msg'] = __('Cronjob email reporting has been successfully enabled');
|
||||
unset($output);
|
||||
|
||||
header("Location: /list/cron/");
|
||||
exit;
|
Loading…
Add table
Add a link
Reference in a new issue