From 46bc6e545a17e77202aaf01ec0cd8d5a46567525 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Aug 2015 08:08:24 -0300 Subject: Move main pfSense content to src/ --- src/usr/local/www/diag_pf_info.php | 117 +++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 src/usr/local/www/diag_pf_info.php (limited to 'src/usr/local/www/diag_pf_info.php') diff --git a/src/usr/local/www/diag_pf_info.php b/src/usr/local/www/diag_pf_info.php new file mode 100644 index 0000000..369c0f4 --- /dev/null +++ b/src/usr/local/www/diag_pf_info.php @@ -0,0 +1,117 @@ +"; + $text .= `/sbin/pfctl -vvsm`; + $text .= "

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

"; + $text .= `/sbin/pfctl -vvsI`; + echo $text; + exit; +} + +include("head.inc"); + +?> + + + +

+"; + print_info_box($savemsg); + echo "
"; + } + if ($input_errors) { + print_input_errors($input_errors); + } +?> + + + + +
+ + + + +
+ + + + +
+
+ +
+
+
+
+ + + + -- cgit v1.1