Exemplo n.º 1
0
function mysql_main_switch()
{
    $tab = mysql_tabs();
    switch ($_GET["main"]) {
        case "settings":
            echo $tab . collectd_index();
            break;
        default:
            echo $tab . collectd_index();
            break;
    }
}
Exemplo n.º 2
0
function mysql_main_switch()
{
    $tab = mysql_tabs();
    switch ($_GET["main"]) {
        case "settings":
            echo $tab . mysql_settings();
            break;
        case "performances":
            echo $tab . mysql_performances();
            break;
        default:
            echo $tab . mysql_performances();
            break;
    }
}
Exemplo n.º 3
0
function popup()
{
    $tpl = new templates();
    echo $tpl->_ENGINE_parse_body(mysql_tabs());
}