pool/web/yaamp/core/trading/alcurex_trading.php
Tanguy Pruvot b7c846c985 settings: link the exchange disable flag
+ apply settings to all exchanges

but remove the btc withdraw address from valid keys by default, security issue...
2016-04-27 11:12:38 +02:00

10 lines
151 B
PHP

<?php
function doAlcurexTrading()
{
$exchange = 'alcurex';
if (exchange_get($exchange, 'disabled')) return;
if (!YAAMP_ALLOW_EXCHANGE) return;
}