Project

General

Profile

Download (5.47 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
339a588f 05/17/2014 05:00 PM Colin Fleming

Tidy up "diag_sockets.php" XHTML

Add SUMMARY to TABLES
Change "onclick" to lower case
Remove closing FONT tag
ID cannot start with a number, so add PHP $name variable
Remove duplicate closing TABLE tag
Remove duplicate BORDER statement
Add missing closing BODY and closing HTML tags

8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

f1e01f7c 12/15/2012 01:15 AM Erik Fonnesbeck

Fix line endings

c75fd3db 09/23/2012 07:52 PM Pi Ba

Diagnose\Sockets page renamed and now also has button to show all socket connections, explanation moved to bottom.

d41bb447 09/22/2012 10:44 PM Pi Ba

Add a "Sockets listening" page to the Diagnostics menu.
This for easy viewing of what services are bound to which interface and port.
( based on the file diag_sockets.php from forum member 'bardelot' http://forum.pfsense.org/index.php/topic,53070.msg284360.html#msg284360 )