#!/usr/bin/php -f
<?php
+/*
+ * This scripts updates the "counter" file based on average consumption and
+ * last known value.
+ *
+ * It is not used!
+ */
include("html/config.php");
exec("/usr/bin/rrdtool flushcached --daemon ".RRDSOCK." ".RRDFILE);