Delete service.php
parent
a4722fc2c1
commit
5943169367
@ -1,10 +0,0 @@
|
||||
<?php
|
||||
require_once('config.inc.php');
|
||||
require_once('functions.php');
|
||||
require_once($framework);
|
||||
|
||||
$server = TeamSpeak3::factory('serverquery://'.$user.':'.$passwd.'@'.$host.':'.$queryport.'/?server_port='.$voiceport);
|
||||
|
||||
while(true) {
|
||||
require_once('main.php');
|
||||
}
|
Loading…
Reference in New Issue