diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-16 04:43:24 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-16 04:43:24 +0000 |
commit | fbc388736bf058f2cfb7843ad590544e13ecd866 (patch) | |
tree | 134dabd7f5b5f1dddebcce42b6a8fc36de7b0b92 /usr/local/www | |
parent | 14f84bc977cdff2881d265c8018c06dc9b156667 (diff) | |
download | pfsense-fbc388736bf058f2cfb7843ad590544e13ecd866.zip pfsense-fbc388736bf058f2cfb7843ad590544e13ecd866.tar.gz |
Add pfTOP
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/fbegin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index 99e507d..68e01bb 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -266,6 +266,7 @@ if ($_REQUEST['noticeaction'] == 'acknowledge') { <?=output_menu_item("/diag_defaults.php", "Factory Defaults");?> <?=output_menu_item("/halt.php", "Halt System");?> <?=output_menu_item("/diag_ping.php", "Ping");?> + <?=output_menu_item("/diag_system_pftop.php", "pfTOP");?> <?=output_menu_item("/reboot.php", "Reboot");?> <?=output_menu_item("/diag_routes.php", "Routes");?> <?=output_menu_item("/diag_dump_states.php", "States");?> |