";
echo "| " . $cron_details['id'] . " | ";
echo "" . $cron_details['command'] . " | ";
echo "" . $cron_details['frequency'] . " | ";
if ($cron_details['status'] == "enabled") {
echo "Abilitato | ";
} else {
echo "Disabilitato | ";
}
echo "" . $cron_details['language'] . " | ";
echo "" . $cron_details['description'] . " | ";
echo "" . $cron_details['email'] . " | ";
echo "
| ";
echo "
";
}
}
?>