text revisions
* phrasing
This commit is contained in:
parent
363e770a7a
commit
789c2f1eaa
@ -35,8 +35,8 @@ class Monero_Library
|
|||||||
|
|
||||||
public function __construct($pUrl, $pUser, $pPass)
|
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('curl'), 'The curl extension must be loaded to use this class!');
|
||||||
$this->validate(false === extension_loaded('json'), 'The json extension must be loaded for using this class!');
|
$this->validate(false === extension_loaded('json'), 'The json extension must be loaded to use this class!');
|
||||||
|
|
||||||
$this->url = $pUrl;
|
$this->url = $pUrl;
|
||||||
$this->username = $pUser;
|
$this->username = $pUser;
|
||||||
|
Loading…
Reference in New Issue
Block a user