您最多选择25个主题
			主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
		
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | <?php
 | 
						
						
						
							|  | $roots = array('Game Area', 'WoW');
 | 
						
						
						
							|  | $exceptions = array('Ladder Room');
 | 
						
						
						
							|  | $default = 'Group 1';
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | $host = 'ts3.example.org';
 | 
						
						
						
							|  | $queryport = 10011;
 | 
						
						
						
							|  | $voiceport = 9987;
 | 
						
						
						
							|  | $user = 'serveradmin';
 | 
						
						
						
							|  | $passwd = 'supersecret';
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | $options = array(
 | 
						
						
						
							|  |     'inherit_icons' => true
 | 
						
						
						
							|  | );
 |