X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=main.php;h=123ccaeb18eeef5a36c4f858273de602756d1155;hb=e09bc77d2253058b7fe4c4952ec254d8e5e855a2;hp=954aa6b07f549813fcb5511f8a29925ef35dd132;hpb=642e5fa114096506072cbc9ef6f16e31eecd7abf;p=PHP-P10.git diff --git a/main.php b/main.php index 954aa6b..123ccae 100644 --- a/main.php +++ b/main.php @@ -30,7 +30,7 @@ require_once("Uplink/Uplink.class.php"); //basicly here is nothing, yet :D $uplink = new Uplink(); $uplink->setUplinkHost("localhost", 4402); -$uplink->setUplinkServer(5, "php.local.TestNet", "very_weak_password"); +$uplink->setUplinkServer(5, "php.local.TestNet", "very_weak_password", "Test Server"); while(true) { $uplink->loop();