X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=blobdiff_plain;f=config.example.php;fp=config.example.php;h=df699157ee67089eb9f8410e55456f4ff16bc258;hp=0000000000000000000000000000000000000000;hb=74fd8bf404fb160e2a86df7f38597c4681c42b04;hpb=3927f0cb5827f9da038702bb0f7a8efd69b34aa7 diff --git a/config.example.php b/config.example.php new file mode 100644 index 0000000..df69915 --- /dev/null +++ b/config.example.php @@ -0,0 +1,14 @@ +setUplinkHost("127.0.0.1", 4401); + +// NUMERIC SERVER NAME SERVER PASSWORD SERVER DESCRIPTION +$uplink->setUplinkServer(5, "PHP.TestNet", "very_weak_password", "Test Server"); + +// (optional) REMOTE SERVER REMOTE SERVER PASSWORT (the same password like above) +$uplink->setValidateServer("test.localhost", "very_weak_password"); + +?> \ No newline at end of file