Actions
Bug #5820
closedSystem Logs specific help links no longer happen
Start date:
01/27/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Description
Before the various System Logs code was condensed into a common PHP file, there was a specific help link for each type of Log.
The links are still there in help.php - search for diag_logs - like:
'diag_logs_auth.php' => 'https://doc.pfsense.org/index.php/Captive_Portal_Authentication_Logs',
'diag_logs_dhcp.php' => 'https://doc.pfsense.org/index.php/DHCP_Logs',
Of course diags_logs became status_logs and individual files like diag_logs_dhcp.php have become a URL like status_logs.php?logfile=dhcpd
So those individual help links no longer happen anywhere.
Updated by Phillip Davis almost 9 years ago
See PR https://github.com/pfsense/pfsense/pull/2550 for a proposed solution.
Updated by Renato Botelho almost 9 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Pull request has been merged, thanks!
Actions