Esempio n. 1
0
 public function destroyAuthCookie()
 {
     setcookie('ganglia_auth', '', time());
     self::$auth = null;
 }