You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?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
|
|
);
|