Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

15 righe
265 B
PHP

<?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
);