Update index to use PSR-2
This commit is contained in:
@@ -24,14 +24,9 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
|||||||
OR OTHER DEALINGS IN THE SOFTWARE.
|
OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
require_once("include/init.inc.php");
|
require_once("include/init.inc.php");
|
||||||
$block=new Block;
|
$block = new Block();
|
||||||
$current = $block->current();
|
$current = $block->current();
|
||||||
|
|
||||||
echo "<h3>Arionum Node</h3>";
|
echo "<h3>Arionum Node</h3>";
|
||||||
echo "System check complete.<br><br> Current block: $current[height]";
|
echo "System check complete.<br><br> Current block: $current[height]";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user