From 77be0a27165245f3e13d0aeb6e7d0d80cd6438ac Mon Sep 17 00:00:00 2001 From: Ario Date: Sun, 15 Sep 2019 01:11:56 +0200 Subject: [PATCH] stats on --- include/block.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/block.inc.php b/include/block.inc.php index c7e45bd..7ac5e46 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -298,7 +298,7 @@ class Block * * * */ -/* + $res = $db->run( "SELECT 1 FROM networkstats" ); @@ -369,7 +369,7 @@ class Block $bind ); } -*/ + return true; }