summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_sockets.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-11 13:51:03 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-11 13:51:03 -0500
commit85d29bf517efab756aec40bee067ced4efa5075d (patch)
tree00da387365eb650ee5490734821b63437c793b62 /src/usr/local/www/diag_sockets.php
parent7faea45ee8dd2d8863e3ae678721ecc0e0abf6d2 (diff)
downloadpfsense-85d29bf517efab756aec40bee067ced4efa5075d.zip
pfsense-85d29bf517efab756aec40bee067ced4efa5075d.tar.gz
Allow thee use of multiple infoblock on a page
Diffstat (limited to 'src/usr/local/www/diag_sockets.php')
-rw-r--r--src/usr/local/www/diag_sockets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_sockets.php b/src/usr/local/www/diag_sockets.php
index 5039d50..517e8c7 100644
--- a/src/usr/local/www/diag_sockets.php
+++ b/src/usr/local/www/diag_sockets.php
@@ -148,7 +148,7 @@ gettext('This page shows the output for the commands: "sockstat -4lL" and "socks
'<dt>ADDRESS</dt> <dd>(UNIX sockets only) For bound sockets, this is the file-name of the socket. For other sockets, it is the name, PID and file descriptor number of the peer, or "(none)" if the socket is neither bound nor connected.</dd>' .
'<dt>LOCAL ADDRESS</dt> <dd>(Internet sockets only) The address the local end of the socket is bound to (see getsockname(2)).</dd>' .
'<dt>FOREIGN ADDRESS</dt><dd>(Internet sockets only) The address the foreign end of the socket is bound to (see getpeername(2)).</dd>' .
- '</dl>'), 'info');
+ '</dl>'), 'info', false);
?>
</div>
</div>
OpenPOWER on IntegriCloud