mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Update ApiHandler.php
Creation of dynamic property ApiHandler::$headers is deprecated
This commit is contained in:
parent
b8e3261180
commit
e38fa1e120
1 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,17 @@
|
||||||
include_once('includes/config.inc.php');
|
include_once('includes/config.inc.php');
|
||||||
|
|
||||||
class ApiHandler {
|
class ApiHandler {
|
||||||
|
public $headers;
|
||||||
|
public hostname;
|
||||||
|
public port;
|
||||||
|
public auth;
|
||||||
|
public proto;
|
||||||
|
public sslverify;
|
||||||
|
public curlh;
|
||||||
|
public method;
|
||||||
|
public content;
|
||||||
|
public apiurl;
|
||||||
|
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
global $apiip, $apiport, $apipass, $apiproto, $apisslverify;
|
global $apiip, $apiport, $apipass, $apiproto, $apisslverify;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue