adding missing PHP closing tag

This commit is contained in:
Sebastian Grewe 2013-07-09 16:13:30 +02:00
parent 2e674fd50e
commit b33f572774

View File

@ -18,3 +18,4 @@ if ($bitcoin->can_connect() === true){
$smarty->assign("CURRENTBLOCK", $iBlock);
$smarty->assign("DIFFICULTY", $dDifficulty);
$smarty->assign("CONTENT", "default.tpl");
?>