Removed server side pages rendering.

This commit is contained in:
Alexander 2021-10-29 13:02:40 +03:00
commit 0bb63b01c4
26 changed files with 0 additions and 134 deletions

View file

@ -14,9 +14,6 @@ $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 {