We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2858c commit 80beda4Copy full SHA for 80beda4
src/lib/Hackapi.php
@@ -58,8 +58,8 @@ class Hackapi{
58
private $cookies_file ="/tmp/cookies_Hackapi"; // file where cookies are stored
59
private $base_url =""; // the base url made of http(s)://host
60
61
- private $timeout_connect =2; // CURL's Connection Timeout (sec)
62
- private $timeout_request =5; // CURL's Request Timeout (sec)
+ protected $timeout_connect =2; // CURL's Connection Timeout (sec)
+ protected $timeout_request =5; // CURL's Request Timeout (sec)
63
64
private $_relogin_count =0; // used to prevent infinite Loop when using CallEndpointWhenLogged in the ApiLogin method
65
private $_relogin_max =3; // max count to try to relogin (when in an infinite loop condition)
0 commit comments