From 28807ef9caf40443769111f676f8ddb6e46842a5 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 29 May 2018 15:44:23 +0100 Subject: [PATCH] Update index to use PSR-2 --- index.php | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/index.php b/index.php index 5d0f499..5de72ff 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ current(); +$block = new Block(); +$current = $block->current(); echo "

Arionum Node

"; echo "System check complete.

Current block: $current[height]"; - - - -?>