From 54371ffe11b3adfc9f36277dbbf07a11f289f0cf Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Mon, 1 Jul 2013 12:12:04 +0200 Subject: [PATCH] Updated inline config documentation Added reference to trade header removal. This allows users to disable the trade header at the top of the page by setting currency to an empty string. Addresses #305 --- public/include/config/global.inc.dist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 317a3b32..acaa51bb 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -61,7 +61,8 @@ $config['wallet']['password'] = 'testnet'; * Explanation: * mmcfe-ng will try to fetch the current exchange rates * from this API URL/target. Currently btc-e and coinchoose - * are supported in mmcfe-ng. + * are supported in mmcfe-ng. If you want to remove the trade + * header just set currency to an empty string. * * Default (btc-e.com): * url = `https://btc-e.com`