Searched refs:zp_path (Results 1 – 1 of 1) sorted by relevance
/plugin/zenlogin/ |
H A D | action.php | 14 var $zp_path; variable in action_plugin_zenlogin 25 $this->zp_path = $this->getConf('zenphoto_path'); 103 …is->cookie_name, $pwhash . '.' . $row->id, time()+(60*60*24*365), $this->zp_path); // 1 year, Doku… 105 … setcookie($this->cookie_name, $pwhash . '.' . $row->id, null, $this->zp_path); // browser close 116 setcookie($this->cookie_name, '', time()-31536000, $this->zp_path);
|