Browse Source

removed output because it will be in cron

pull/40/head
Savetheinternet 13 years ago
parent
commit
6d8523e317
  1. 1
      templates/themes/rrdtool/theme.php

1
templates/themes/rrdtool/theme.php

@ -65,7 +65,6 @@
$query->execute() or error(db_error($query));
$count = $query->fetch();
$count = $count['count'];
echo 'Posts on /' . $board . '/: ' . $count . PHP_EOL;
if(!rrd_update($file, Array(
'-t',

Loading…
Cancel
Save