mirror of
https://git.wownero.com/wownero/wownerowp.git
synced 2024-08-15 01:03:16 +00:00
text revisions
* phrasing
This commit is contained in:
parent
363e770a7a
commit
789c2f1eaa
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ class Monero_Library
|
|||
|
||||
public function __construct($pUrl, $pUser, $pPass)
|
||||
{
|
||||
$this->validate(false === extension_loaded('curl'), 'The curl extension must be loaded for using this class!');
|
||||
$this->validate(false === extension_loaded('json'), 'The json extension must be loaded for using this class!');
|
||||
$this->validate(false === extension_loaded('curl'), 'The curl extension must be loaded to use this class!');
|
||||
$this->validate(false === extension_loaded('json'), 'The json extension must be loaded to use this class!');
|
||||
|
||||
$this->url = $pUrl;
|
||||
$this->username = $pUser;
|
||||
|
|
Loading…
Reference in a new issue