. * * Version 0.1 * Author: Octavio Benedi Sanchez */ $status=exec($base_plugin."bin/log_status.sh"); if (file_exists($base_plugin.'data/zigbee_log.conf')) { $config=file($base_plugin.'data/zigbee_log.conf'); } $html='
Zigbee sniffer
'; if ($status=='0') { $html.=''; } else { $html.=''; } $html.='
'; ?>