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.
9 lines
231 B
PHTML
9 lines
231 B
PHTML
10 years ago
|
<?php
|
||
|
require_once('config.inc.php');
|
||
|
require_once($framework);
|
||
|
$server = TeamSpeak3::factory('serverquery://'.$user.':'.$passwd.'@'.$host.':'.$queryport.'/?server_port='.$voiceport);
|
||
|
|
||
|
while(true) {
|
||
|
require_once('cronjob.php');
|
||
|
}
|