X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=config.example.php;h=7633f2bfbb31f3522928776df4cdd27c102e5fb3;hb=a002a07957fe9d65ba856662aa95a5ab4b2697ae;hp=d3139eaed28a4d4f9ca11dcc708fc430a326ab6e;hpb=35d6cfed78a76d9cf7a679faba96df2ccc40a111;p=ZNCAdmin.git diff --git a/config.example.php b/config.example.php index d3139ea..7633f2b 100644 --- a/config.example.php +++ b/config.example.php @@ -19,6 +19,7 @@ $zncservers = array( array( "name" => "znc1", //name of the Server (is shown in whois and used to identify multiple used usernames) + "version" => 1.000, //Version of the ZNC instance "host" => "127.0.0.1", //host to connect to (is not shown to the user) "public" => "znc1.example.net", //Public address used in the add reply "port" => 8000, //NORMAL ZNC Port @@ -34,6 +35,7 @@ $zncservers = array( ), array( "name" => "znc2", + "version" => 0.206, //Version of the ZNC instance "host" => "127.0.0.1", "public" => "znc2.example.net", "port" => 8001,