X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=main.php;h=827a259db4d3c4990ac589166582229792a21248;hp=af8810c05517d0b4a212a6785a0bc972e893819d;hb=74fd8bf404fb160e2a86df7f38597c4681c42b04;hpb=3927f0cb5827f9da038702bb0f7a8efd69b34aa7 diff --git a/main.php b/main.php index af8810c..827a259 100644 --- a/main.php +++ b/main.php @@ -40,9 +40,7 @@ if(function_exists("pcntl_signal")) { //basicly here is nothing, yet :D $uplink = new Uplink(); -$uplink->setUplinkHost("192.168.2.103", 4401); -$uplink->setUplinkServer(5, "PHP.TestNet", "very_weak_password", "Test Server"); -$uplink->setValidateServer("test.localhost", "very_weak_password"); +require_once("config.inc.php"); $uplink->setEventHandler(ModCMD::getEventHandler());