Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoapi committed Nov 23, 2018
1 parent ab2aa53 commit 1d3dbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cryptobox.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1051,8 +1051,8 @@ public function display_cryptobox_bootstrap ($coins = array(), $def_coin = "", $
if ($logoimg_path)
{
$offset = ($show_languages) ? "" : "offset-sm-5 offset-md-6";
$tmp .= "<div class='".$ext."box_logo col-12 col-sm-6 col-md-4 mt-4 $offset'>";
$tmp .= "<div class='text-right'><img class='".$ext."logo_image' alt='logo' src='#'></div>";
$tmp .= "<div class='".$ext."box_logo col-12 ".(CRYPTOBOX_WORDPRESS?"col-sm-10 col-md-7":"col-sm-6 col-md-4")." mt-4 $offset'>";
$tmp .= "<div class='text-right'><img style='max-width:200px;max-height:40px;' class='".$ext."logo_image' alt='logo' src='#'></div>";
$tmp .= "<br>";
$tmp .= "</div>";
}
Expand Down Expand Up @@ -2274,6 +2274,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);
}
?>

0 comments on commit 1d3dbe8

Please sign in to comment.