è”系空间商,更æ¢ç©ºé—´ä¸ºæ”¯æŒ 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');