From 9a16459c02d544efa7536760340c97ec8ed7d59f Mon Sep 17 00:00:00 2001 From: "Gourl.io" Date: Sat, 5 Aug 2017 12:24:53 +0100 Subject: [PATCH] Update --- cryptobox.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cryptobox.class.php b/cryptobox.class.php index 67135cc..e6870bb 100644 --- a/cryptobox.class.php +++ b/cryptobox.class.php @@ -75,7 +75,7 @@ elseif (!defined('ABSPATH')) exit; // Wordpress -define("CRYPTOBOX_VERSION", "1.8"); +define("CRYPTOBOX_VERSION", "1.8.1"); // GoUrl supported crypto currencies define("CRYPTOBOX_COINS", json_encode(array('bitcoin', 'bitcoincash', 'litecoin', 'dash', 'dogecoin', 'speedcoin', 'reddcoin', 'potcoin', 'feathercoin', 'vertcoin', 'peercoin', 'monetaryunit'))); @@ -1525,6 +1525,6 @@ function run_sql($sql) foreach ($cryptobox_private_keys as $v) if (strpos($v, " ") !== false || strpos($v, "PRV") === false || strpos($v, "AA") === false || strpos($v, "77") === false) die("Invalid Private Key - ". (CRYPTOBOX_WORDPRESS ? "please setup it on your plugin settings page" : "$v in variable \$cryptobox_private_keys, file cryptobox.config.php.")); - unset($v); unset($cryptobox_private_keys); + unset($v); unset($cryptobox_private_keys); } ?> \ No newline at end of file