vogelor
2008-11-24 7162553354e297f7c152144eed24aaecd28e7b43
interface/web/monitor/show_data.php
@@ -72,6 +72,18 @@
        $title = $app->lng("Status of services").' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'system_update':
        $template = 'templates/show_data.htm';
        $output .= showSystemUpdate();
        $title = "Update State" . ' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    case 'mailq':
        $template = 'templates/show_data.htm';
        $output .= showMailq();
        $title = "Mailq" . ' (Server: ' . $_SESSION['monitor']['server_name'] . ')';
        $description = '';
        break;
    default:
        $template = '';
        break;