fixing merge commit with origin

This commit is contained in:
Sebastian Grewe 2013-07-11 09:05:41 +02:00
commit 09efdfc172
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ if (!$smarty->isCached('master.tpl', md5(serialize($_REQUEST)))) {
// Propagate content our template
$smarty->assign("BLOCKSFOUND", $aBlocksFoundData);
$smarty->assign("BLOCKLIMIT", $iLimit);
} else {
$debug->append('Using cached page', 3);
}

View File

@ -7,6 +7,7 @@ if (!defined('SECURITY'))
// Globally available variables
$debug->append('Global smarty variables', 3);
$debug->append('No cached page detected, loading smarty globals', 3);
// Defaults to get rid of PHP Notice warnings
$dDifficulty = 1;
$aRoundShares = 1;