X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=main.php;h=95e82b258bbb20ac4b9a9e7601976955737c814e;hp=a217c69ac107432074582bd6cde4b50004584067;hb=a53ed534c0e521ae169634f38f391b5bf7ca21b3;hpb=b692377ffd5176e4be4394997c149773eb9405f7 diff --git a/main.php b/main.php index a217c69..95e82b2 100644 --- a/main.php +++ b/main.php @@ -33,6 +33,8 @@ $uplink->setUplinkHost("192.168.2.103", 4401); $uplink->setUplinkServer(5, "PHP.TestNet", "very_weak_password", "Test Server"); $uplink->setValidateServer("test.localhost", "very_weak_password"); +$uplink->setEventHandler(ModCMD::getEventHandler()); + $uplink->initialize(); while(true) {