From: pk910 Date: Thu, 28 Jul 2011 01:12:27 +0000 (+0200) Subject: added HIS option to example config X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=commitdiff_plain;h=c695e03034950c4ccea2c6fcc1ee525116df96e0 added HIS option to example config --- diff --git a/config.example.php b/config.example.php index df69915..1122ca8 100644 --- a/config.example.php +++ b/config.example.php @@ -11,4 +11,6 @@ $uplink->setUplinkServer(5, "PHP.TestNet", "very_weak_password", "Test S // (optional) REMOTE SERVER REMOTE SERVER PASSWORT (the same password like above) $uplink->setValidateServer("test.localhost", "very_weak_password"); +// (optional) HIS Name HIS Description HIS Usermask +$uplink->setHISOptions("*.TestNet", "IRC Server", "user.TestNet"); ?> \ No newline at end of file