X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=main.php;h=2df531ee8ceb579b5ac3564bdabf98bc848492ae;hb=946e1ce29923feaf5fe31af456009df1829130d9;hp=af8810c05517d0b4a212a6785a0bc972e893819d;hpb=316aa700bd3e2e0019b8e3f10b543b49b0f77f02;p=PHP-P10.git diff --git a/main.php b/main.php index af8810c..2df531e 100644 --- a/main.php +++ b/main.php @@ -1,22 +1,19 @@ . * * * ************************************************************************ * @@ -40,9 +37,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());