removed output because it will be in cron
This commit is contained in:
parent
7fe8e16fd6
commit
6d8523e317
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user