Home
last modified time | relevance | path

Searched refs:ini_clients (Results 1 – 1 of 1) sorted by relevance

/plugin/xcom/scripts/
H A Dxcom_save.php31 while(!($this->localClient = $this->ini_clients($local_auth,true))) {
41 while(!($this->remoteClient = $this->ini_clients($remote_auth))) {
72 function ini_clients($credentials,$local=false) { function in xcom_save