ZBlogPHP::CheckSiteClosed PHP Method

CheckSiteClosed() public method

检测网站关闭
public CheckSiteClosed ( )
    public function CheckSiteClosed()
    {
        if ($this->option['ZC_CLOSE_SITE']) {
            $this->ShowError(82, __FILE__, __LINE__);
            exit;
        }
    }
ZBlogPHP