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