<?PHP
/*****************************************************
* Connection variables							      
*****************************************************/
$ip    = "{ $DomainName }";	// IP Address to server
$tPort = "51234";					// Server QueryPort number
$port  = "8767";					// Port number to the TS2 server

/*****************************************************
* View selection								      
*****************************************************/
$basic        = true;	// true or false
$info         = true;	// true or false
$tree         = true;	// true or false
$iframeHeight = 300;		// Adjust iframe height - Presenting info from a selected channel 

/*****************************************************
* Refresh										      
*****************************************************/
$doRefresh  = true;	// true or false
$reInterval = 60;	// Amount of seconds until next refresh

/*****************************************************
* Join Button									      
*****************************************************/
$joinButton = true;	// true or false

/*****************************************************
* TeamSpeak special colors  					      
*****************************************************/
$bgcolor     = "#A3A3CB";	// Default is TS2 purple background color
$headerColor = "#5B5B5B";	// Header background color used for "Basic info" and "User info"
$selectColor = "#CECECE";	// Used when click on a channel in tree
?>