Example #1
0
 protected function logged_exec($url, array $opts = array())
 {
     $this->checkBaseURL();
     $this->checkAuthentication();
     return CURL::logged_exec($url, $opts);
 }