IMP_Basic_Smime::_reloadWindow PHP Method

_reloadWindow() protected method

Reload the window.
protected _reloadWindow ( )
    protected function _reloadWindow()
    {
        echo Horde::wrapInlineScript(array('opener.focus();' . 'opener.location.href="' . base64_decode($this->vars->reload) . '";', 'window.close();'));
        exit;
    }