4 * This scripts updates the "counter" file based on average consumption and
7 * This should optimize computations.
11 include("html/config.php");
12 include("html/ampy.inc.php");
14 ampy_flush_rrd_daemon();
16 $new_counter = ampy_get_counter();
17 ampy_set_counter($new_counter);