Ejemplo n.º 1
0
 /**
  * Set the Reddit cookie.
  *
  * @param	MMI_Curl	the cURL object instance
  * @return	void
  */
 protected function _configure_curl_options($curl)
 {
     parent::_configure_curl_options($curl);
     $curl->add_curl_option(CURLOPT_COOKIE, "reddit_session={$this->_cookie}; Domain=reddit.com; Path=/");
 }