Home
last modified time | relevance | path

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

/plugin/authucenter/
H A Dauth.php69 $this->_uc_setcookie($this->getConf('cookiename'), '', -1);
101 …$this->_uc_setcookie($this->getConf('cookiename'), uc_authcode($uid."\t".$user_info['password']."\…
466 private function _uc_setcookie($var, $value = '', $life = 0, $httponly = false) { function in auth_plugin_authucenter