mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-06 00:37:25 +03:00
Actually make it work
This commit is contained in:
parent
bc5a4964ec
commit
ee0729e6c0
3 changed files with 9 additions and 4 deletions
|
@ -6,14 +6,15 @@ include_once('misc.inc.php');
|
|||
/* This class is written by Wefact. See https://www.wefact.nl/wefact-hosting/apiv2/
|
||||
*/
|
||||
|
||||
class WeFactAPI
|
||||
{
|
||||
class WeFactAPI {
|
||||
|
||||
private $url;
|
||||
private $responseType;
|
||||
private $apiKey;
|
||||
|
||||
function __construct(){
|
||||
global $wefactapiurl;
|
||||
global $wefactapikey;
|
||||
$this->url = $wefactapiurl;
|
||||
$this->api_key = $wefactapikey;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue