You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The githubapi_class.inc file uses require_once ./libraries/php-curl-class/... to load some of the Curl library. The module should use the Libraries API to provide better handling of the library.
The
githubapi_class.incfile usesrequire_once ./libraries/php-curl-class/...to load some of the Curl library. The module should use the Libraries API to provide better handling of the library.