mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Removed server side pages rendering.
This commit is contained in:
parent
be834ddd17
commit
0bb63b01c4
26 changed files with 0 additions and 134 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue