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.
15 lines
268 B
PHTML
15 lines
268 B
PHTML
11 years ago
|
<?php
|
||
9 years ago
|
$roots = array('Game Area', 'WoW');
|
||
|
$exceptions = array('Ladder Room');
|
||
11 years ago
|
$default = 'Group 1';
|
||
|
|
||
|
$host = 'ts3.1337community.org';
|
||
|
$queryport = 10011;
|
||
|
$voiceport = 9987;
|
||
|
$user = 'serveradmin';
|
||
|
$passwd = 'supersecret';
|
||
11 years ago
|
|
||
|
$options = array(
|
||
|
'inherit_icons' => true
|
||
|
);
|