[Print connection information when logged in as admin Adrian Georgescu **20071024090909] hunk ./provisioning/ngnpro_client_lib.phtml 384 - //printf ("

Connection to %s at %s as %s ",$this->soapClass,$this->SOAPurl,$this->SOAPurl,$this->soapUsername); + + if ($this->adminonly) { + printf ("

%s at %s as %s ",$this->soapClass,$this->SOAPurl,$this->SOAPurl,$this->soapUsername); + } + hunk ./provisioning/ngnpro_client_lib.phtml 415 - //printf ("and syncronize writes at %s",$this->SOAPurlRemote,$this->SOAPurlRemote); hunk ./provisioning/ngnpro_client_lib.phtml 416 + if ($this->adminonly) { + printf ("and syncronize changes to %s",$this->SOAPurlRemote,$this->SOAPurlRemote); + }