Home
last modified time | relevance | path

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

/plugin/linkfix/
H A Dadmin.php17 protected $qchangefrom = ''; variable in admin_plugin_linkfix
234 if(!$this->qchangefrom) {
235 $this->qchangefrom = preg_quote($this->qchangefrom, '/');
237 if(!preg_match('/^'.$this->qchangefrom.'/ui', $full)) return $link;