From 492ce433e2b64471160d43e6fab3305bafc46e0e Mon Sep 17 00:00:00 2001 From: serhack Date: Wed, 26 Jul 2017 11:58:47 +0200 Subject: [PATCH] Update monero_gateway.php --- monero/monero_gateway.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/monero/monero_gateway.php b/monero/monero_gateway.php index 2cb2971..d99a262 100644 --- a/monero/monero_gateway.php +++ b/monero/monero_gateway.php @@ -26,6 +26,10 @@ function monero_init() { $methods[] = 'Monero_Gateway'; return $methods; } + + if(!function_exists('curl_version')) { + echo "You need CURL Extension in order to use this plugin"; + } } /*