Beispiel #1
0
function popup_status_resolve()
{
    $ocs = new ocs();
    $server = $ocs->SSL_SERVER_NAME();
    $ip = gethostbyname($server);
    if ($server == $ip) {
        $tpl = new templates();
        echo $tpl->_ENGINE_parse_body(Paragraphe("warning64.png", "{$server}", "{OCS_COULD_NOT_RESOLVE_SSLHOST}", null, null, 340));
    }
}