鑱旂郴绌洪棿鍟嗭紝鏇存崲绌洪棿涓烘敮鎸 PHP 鐨勭┖闂淬€ * > Contact your service provider, and let them provice a new service which supports PHP. * * * 濡傛偍鑷鎼缓鏈嶅姟鍣紝鎺ㄨ崘鎮細 * Configuring manually? Recommend: * * > 璁块棶 PHP 瀹樻柟缃戠珯鑾峰彇瀹夎甯姪銆 * > Visit PHP Official Website to get the documentation of installion and configuration. * > http://php.net * ****************************************************************************************************** */ /** * Z-Blog with PHP. * * @author Z-BlogPHP Team * @version */ require 'zb_system/function/c_system_base.php'; $zbp->RedirectInstall(); $zbp->Load(); HookFilterPlugin('Filter_Plugin_Index_Begin'); ViewIndex(); HookFilterPlugin('Filter_Plugin_Index_End');