syntax & bug fixes (first startable version)
[PHP-P10.git] / main.php
index 123ccaeb18eeef5a36c4f858273de602756d1155..42fa0cdfb917e663276b89f590419ba02efabd02 100644 (file)
--- a/main.php
+++ b/main.php
@@ -32,6 +32,8 @@ $uplink = new Uplink();
 $uplink->setUplinkHost("localhost", 4402);
 $uplink->setUplinkServer(5, "php.local.TestNet", "very_weak_password", "Test Server");
 
+$uplink->initialize();
+
 while(true) {
        $uplink->loop();
 }