You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							16 lines
						
					
					
						
							607 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							16 lines
						
					
					
						
							607 B
						
					
					
				| <?php | |
| 
 | |
|     define("SERVER_ROOT", dirname(dirname(__FILE__)).'/'); | |
|     define('DATACENTER_ROOT', '/datacenter'); | |
| 
 | |
|     require_once(SERVER_ROOT."/config/define.php"); | |
| 
 | |
|     # 系统设置 | |
|     define('_Storage_CNF_PATH', SERVER_ROOT.'/config/database.ini');  // 数据存储配置文件路径 | |
|  | |
|     define('SMARTY_CACHE_PATH', SERVER_ROOT.'/cache/'); // smarty缓存目录 | |
|     define('SMARTY_COMPILE_PATH', SERVER_ROOT.'/cache/template_c/');    // Smarty编译目录 | |
|     define('SMARTY_TPL_PATH', SERVER_ROOT . "/view/templates/"); | |
| 
 | |
|     define('MEMCACHE_NAME', 'memcached');   // 缓存名,memcache或memcached | |
| 
 | |
| 
 |