Update monero_gateway.php
This commit is contained in:
parent
be681e7212
commit
492ce433e2
@ -26,6 +26,10 @@ function monero_init() {
|
|||||||
$methods[] = 'Monero_Gateway';
|
$methods[] = 'Monero_Gateway';
|
||||||
return $methods;
|
return $methods;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(!function_exists('curl_version')) {
|
||||||
|
echo "You need CURL Extension in order to use this plugin";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user