?php
//---------------------------------------
// CONFIG
//---------------------------------------
//examples of server definitions
#$CCCamWebInfo[] = array("192.168.0.2","16001","root","dreambox"); // for CCcam webinterface with user and pass
#$CCCamWebInfo[] = array("localhost","12345"); // for CCcam webinterface with different port than default and without user and pass
#$CCCamWebInfo[] = array("localhost"); // for CCcam webinterface with all defaults
$CCCamWebInfo[] = array("your_ip","16001","user","pass");
$work_path = ""; // set this if you want working folder separate // Example $work_path = "/tmp/";
$update_from_button = true; // set to true if you want Update button ( usefull if update is from remote server and takes too long)
$fullReshare = true; // shows maximum reshare if more than one route for same node // set to true to see actual reshare instead of YES/NO
$country_whois = true; // use whois for country detection
$clientMessagePort = array( "client1port"=>"client1name",
"client2port"=>"client2name",
"client3port"=>"client3name");
?>