" . $bandwidthd_index_file); } if($output_cdf) { // Use cron job to rotate logs every day at 00:01 install_cron_job("/bin/kill -HUP `cat /var/run/bandwidthd.pid`", true, "1", "0"); } else { // Remove the cron job, if it is there install_cron_job("/bin/kill -HUP `cat /var/run/bandwidthd.pid`", false); } conf_mount_ro(); config_unlock(); stop_service("bandwidthd"); start_service("bandwidthd"); } ?>