"; $text .= `/sbin/pfctl -vvsm`; $text .= "

"; $text .= `/sbin/pfctl -vvst`; $text .= "

"; $text .= `/sbin/pfctl -vvsI`; echo $text; exit; } include("head.inc"); if ($input_errors) { print_input_errors($input_errors); } $form = new Form(false); $form->addGlobal(new Form_Input( 'getactivity', null, 'hidden', 'yes' )); $section = new Form_Section('Auto Update Page'); $section->addInput(new Form_Checkbox( 'refresh', 'Refresh', 'Automatically refresh the output below', true )); $form->add($section); print $form; ?>