diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-30 20:36:22 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-30 20:36:22 -0500 |
commit | a1054b467e25a4ae933d664a2d9108c57d693e9f (patch) | |
tree | e67ec5af9f4ccee4de4a0eb17131db53de2ed2cd /usr/local | |
parent | 50646b370dc18b1d7c3d2a68be22ae4669ac2c4b (diff) | |
download | pfsense-a1054b467e25a4ae933d664a2d9108c57d693e9f.zip pfsense-a1054b467e25a4ae933d664a2d9108c57d693e9f.tar.gz |
Make pfTop uniform
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/diag_system_pftop.php | 2 | ||||
-rwxr-xr-x | usr/local/www/fbegin.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_system_pftop.php b/usr/local/www/diag_system_pftop.php index a3e6680..a064f27 100644 --- a/usr/local/www/diag_system_pftop.php +++ b/usr/local/www/diag_system_pftop.php @@ -42,7 +42,7 @@ require("guiconfig.inc"); $pfSversion = str_replace("\n", "", file_get_contents("/etc/version")); -$pgtitle = gettext("Diagnostics: PFTop"); +$pgtitle = gettext("Diagnostics: pfTop"); if($_REQUEST['getactivity']) { if($_REQUEST['sorttype']) diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc index a4243c5..9fd58c8 100755 --- a/usr/local/www/fbegin.inc +++ b/usr/local/www/fbegin.inc @@ -191,7 +191,7 @@ $diagnostics_menu[] = array("Limiter Info", "/diag_limiter_info.php" ); $diagnostics_menu[] = array("Tables", "/diag_tables.php"); $diagnostics_menu[] = array("Ping", "/diag_ping.php"); $diagnostics_menu[] = array("pfInfo", "/diag_pf_info.php"); -$diagnostics_menu[] = array("pfTOP", "/diag_system_pftop.php"); +$diagnostics_menu[] = array("pfTop", "/diag_system_pftop.php"); $diagnostics_menu[] = array("Reboot", "/reboot.php"); $diagnostics_menu[] = array("Routes", "/diag_routes.php"); $diagnostics_menu[] = array("SMART Status", "/diag_smart.php"); |