added P10_Server.class.php & recv_server
[PHP-P10.git] / main.php
index 954aa6b07f549813fcb5511f8a29925ef35dd132..123ccaeb18eeef5a36c4f858273de602756d1155 100644 (file)
--- 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();