Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
H A Dbase.php28 var $onlineip; variable in base
55 $this->onlineip = $cip;
57 $this->onlineip = $xip;
59 $this->onlineip = $rip;
61 $this->onlineip = $srip;
63 preg_match("/[\d\.]{7,15}/", $this->onlineip, $match);
64 $this->onlineip = $match[0] ? $match[0] : 'unknown';
H A Duser.php130 $regip = empty($regip) ? $this->base->onlineip : $regip;
238 $ip = $this->base->onlineip;
275 $ip = $this->base->onlineip;