Update tools.class.php
This commit is contained in:
parent
5d6215a0e3
commit
c24f7bb397
@ -84,7 +84,7 @@ class Tools extends Base {
|
|||||||
} else if (preg_match('/bittrex.com/', $url)) {
|
} else if (preg_match('/bittrex.com/', $url)) {
|
||||||
return 'bittrex';
|
return 'bittrex';
|
||||||
} else if (preg_match('/bleutrade.com/', $url)) {
|
} else if (preg_match('/bleutrade.com/', $url)) {
|
||||||
return 'bittrex';
|
return 'bleutrade';
|
||||||
}
|
}
|
||||||
$this->setErrorMessage("API URL unknown");
|
$this->setErrorMessage("API URL unknown");
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user