X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=main.php;h=587e730ca5e950688c1171faaf347627cfadfb71;hp=42fa0cdfb917e663276b89f590419ba02efabd02;hb=ea04425e77cf6a4b085bb791bead5e1f7fd71b36;hpb=7b82a138057d641a0ce2205b611fba2079f7500e diff --git a/main.php b/main.php index 42fa0cd..587e730 100644 --- a/main.php +++ b/main.php @@ -29,8 +29,8 @@ 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", "Test Server"); +$uplink->setUplinkHost("192.168.2.103", 4401); +$uplink->setUplinkServer(5, "PHP.TestNet", "very_weak_password", "Test Server"); $uplink->initialize();