Ejemplo n.º 1
0
        return array('input' => NULL, 'html' => '<p class="errorbox">' . gettext('No captcha handler is enabled.') . '</p>', 'hidden' => '');
    }
    function checkCaptcha($s1, $s2)
    {
        return false;
    }
}
/**
 * stand-in for when there is no HTML cache plugin enabled
 */
class _zp_HTML_cache
{
    function disable()
    {
    }
    function startHTMLCache()
    {
    }
    function abortHTMLCache()
    {
    }
    function endHTMLCache()
    {
    }
    function clearHtmlCache()
    {
    }
}
zpFunctions::setexifvars();
$_locale_Subdomains = zpFunctions::LanguageSubdomains();