9 lines
		
	
	
		
			303 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			303 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
global $zbp;
 | 
						|
// 全局变量
 | 
						|
$zbp->Config('zxd_ctrlcenter')->relativepath = 'zb_users/plugin/zxd_ctrlcenter/';
 | 
						|
$zbp->Config('zxd_ctrlcenter')->path = $blogpath.'zb_users/plugin/zxd_ctrlcenter/';
 | 
						|
$zbp->Config('zxd_ctrlcenter')->urlpath = $bloghost.'zb_users/plugin/zxd_ctrlcenter/';
 | 
						|
 | 
						|
 | 
						|
// $zbp->host
 |