Tidy up "ntp_status.widget.php"
- Tidy up coding style- Remove unnecessary DIV tab- Update TABLE tag
Merge pull request #2281 from ExolonDX/master
Tidy up "status_wireless.php"
Remove closing FONT tags
Merge pull request #2280 from phil-davis/patch-4
services_rfc2136_edit remove unused $input
These bits if code that put new Form_Checkbox() into var $input do not seem to do anything useful. They just made me wonder why they were there.If someone knows how they do anything useful, then please say so. Otherwise we can get rid of $input here.
Merge pull request #2279 from phil-davis/patch-2
Point more directly to Certificate Revocation page
This could point more directly to the Certificate Revocation page.
Nuke fifolog support. It was never used or fully implemented, no GUI option, and didn't end up working out.It buffered writes too long, users could never see the most current log data.
system_usermanager remove unused code
1) Line 448 "Remove this certificate association? (Certificate will not be deleted)" there was the text "Delete" being displayed and not looking good, in addition to the trash bin icon. Just the trash bin icon seems to be all that is needed....
system_crlmanager dodgy else statement
The "else" that was at line 550 should enclose the whole block of code below it. The "if" handles the case "No Certificates Found for this CA." and all the code below the else should only happen when there are certificates found.
View revisions
Also available in: Atom