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 line
265 B
PHTML

10 年之前
<?php
9 年之前
$roots = array('Game Area', 'WoW');
$exceptions = array('Ladder Room');
10 年之前
$default = 'Group 1';
$host = 'ts3.example.org';
10 年之前
$queryport = 10011;
$voiceport = 9987;
$user = 'serveradmin';
$passwd = 'supersecret';
$options = array(
'inherit_icons' => true
);