diff options
author | Phil Davis <phil.davis@inf.org> | 2015-11-09 01:10:19 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-11-09 01:10:19 +0545 |
commit | 0da0d43e3b0146ae9e563f3b69b0a5fd66135ebe (patch) | |
tree | 608d0d77075f7cea2138d325b078425c4e220540 /src/usr/local/www/diag_system_pftop.php | |
parent | d6b8120d1b3962efd4089c880f018bb736ad1a2d (diff) | |
download | pfsense-0da0d43e3b0146ae9e563f3b69b0a5fd66135ebe.zip pfsense-0da0d43e3b0146ae9e563f3b69b0a5fd66135ebe.tar.gz |
Diag review
Diffstat (limited to 'src/usr/local/www/diag_system_pftop.php')
-rw-r--r-- | src/usr/local/www/diag_system_pftop.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/usr/local/www/diag_system_pftop.php b/src/usr/local/www/diag_system_pftop.php index d0c0b94..b538692 100644 --- a/src/usr/local/www/diag_system_pftop.php +++ b/src/usr/local/www/diag_system_pftop.php @@ -4,11 +4,11 @@ diag_system_pftop.php */ /* ==================================================================== - * Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved. + * Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved. * Copyright (c) 2008, 2009 Scott Ullrich * - * Redistribution and use in source and binary forms, with or without modification, - * are permitted provided that the following conditions are met: + * Redistribution and use in source and binary forms, with or without modification, + * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. @@ -16,12 +16,12 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the - * distribution. + * distribution. * - * 3. All advertising materials mentioning features or use of this software + * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgment: * "This product includes software developed by the pfSense Project - * for use in the pfSense software distribution. (http://www.pfsense.org/). + * for use in the pfSense software distribution. (http://www.pfsense.org/). * * 4. The names "pfSense" and "pfSense Project" must not be used to * endorse or promote products derived from this software without @@ -37,7 +37,7 @@ * * "This product includes software developed by the pfSense Project * for use in the pfSense software distribution (http://www.pfsense.org/). - * + * * THIS SOFTWARE IS PROVIDED BY THE pfSense PROJECT ``AS IS'' AND ANY * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -68,7 +68,7 @@ require("guiconfig.inc"); -$pgtitle = gettext("Diagnostics: pfTop"); +$pgtitle = array(gettext("Diagnostics"), gettext("pfTop")); $sorttypes = array('age', 'bytes', 'dest', 'dport', 'exp', 'none', 'peak', 'pkt', 'rate', 'size', 'sport', 'src'); $viewtypes = array('default', 'label', 'long', 'queue', 'rules', 'size', 'speed', 'state', 'time'); |