Updated and improved API respones.

This commit is contained in:
Alexander 2021-10-31 23:24:42 +02:00
commit 859e65647f
33 changed files with 254 additions and 18 deletions

View file

@ -14,6 +14,9 @@ $data = json_decode(implode('', $output), true);
$data = array_reverse($data,true);
unset($output);
// Render page
// render_page($user, $TAB, 'list_cron');
if($panel[$user]['CRON_REPORTS'] == 'yes') {
$cron_reports = __('turn off notifications');
} else {