Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/control/
H A Dpm.php354 return $_ENV['pm']->update_blackls($this->user['uid'], $username, 1);
361 return $_ENV['pm']->update_blackls($this->user['uid'], $username, 2);
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php760 function update_blackls($uid, $username, $action = 1) { function in pmmodel