Ejemplo n.º 1
0
function status_kav4proxy()
{
    $page = CurrentPageName();
    $tpl = new templates();
    $status = new status();
    $html = $status->kav4proxy_status();
    return $tpl->_ENGINE_parse_body($html);
}
Ejemplo n.º 2
0
function status_kav4proxy()
{
    $page = CurrentPageName();
    $tpl = new templates();
    if ($GLOBALS["VERBOSE"]) {
        echo "{$page} LINE:" . __LINE__ . "\n";
    }
    $status = new status();
    if ($GLOBALS["VERBOSE"]) {
        echo "{$page} LINE:" . __LINE__ . "\n";
    }
    $html = $status->kav4proxy_status();
    return $tpl->_ENGINE_parse_body($html);
}