removed output because it will be in cron
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
$query->execute() or error(db_error($query));
|
$query->execute() or error(db_error($query));
|
||||||
$count = $query->fetch();
|
$count = $query->fetch();
|
||||||
$count = $count['count'];
|
$count = $count['count'];
|
||||||
echo 'Posts on /' . $board . '/: ' . $count . PHP_EOL;
|
|
||||||
|
|
||||||
if(!rrd_update($file, Array(
|
if(!rrd_update($file, Array(
|
||||||
'-t',
|
'-t',
|
||||||
|
|||||||
Reference in New Issue
Block a user