From 3b7d36059f5e4a579211cced8b1612ae9f681e0f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 Oct 2013 14:25:50 +0100 Subject: [PATCH] [IMPROVED] another mistake :) --- public/include/pages/gettingstarted.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/pages/gettingstarted.inc.php b/public/include/pages/gettingstarted.inc.php index 3c040a56..2f30151a 100644 --- a/public/include/pages/gettingstarted.inc.php +++ b/public/include/pages/gettingstarted.inc.php @@ -4,7 +4,7 @@ if (!defined('SECURITY')) die('Hacking attempt'); -$smarty->assign("SITESTRATUMPORT", $config['gettingstarted']['coinname']); +$smarty->assign("SITESTRATUMPORT", $config['gettingstarted']['stratumport']); $smarty->assign("SITECOINNAME", $config['gettingstarted']['coinname']); $smarty->assign("SITECOINURL", $config['gettingstarted']['coinurl']);