Searched refs:profno (Results 1 – 1 of 1) sorted by relevance
10 protected $profno = ''; variable in admin_plugin_sync20 $this->profno = preg_replace('/[^0-9]+/','',$_REQUEST['no']);26 if ( isset($this->profiles[$this->profno]['timeout']) ){27 $timeout = (int) $this->profiles[$this->profno]['timeout'];33 … $this->client = new IXR_Client($this->profiles[$this->profno]['server'], false, 80, $timeout);36 … $this->client = new dokuwiki\Remote\IXR\Client($this->profiles[$this->profno]['server']);41 if($this->profiles[$this->profno]['user']){43 $this->profiles[$this->profno]['user'],44 $this->profiles[$this->profno]['pass']86 if(isset($_REQUEST['sync__delete']) && $this->profno !== ''){[all …]