status_services.php has moved to ui/core/service

This commit is contained in:
Ad Schellevis
2023-05-04 09:54:31 +02:00
parent 79c485c337
commit 6737b8c62c
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -30,17 +30,16 @@
* Function to register the plugin's service with OPNsense.
*
* This adds the service to the System: Diagnostics: Services page at
* http://<opnsense>/status_services.php
* http://<opnsense>/ui/core/service
*
* The suffix "_services" allows this function to be picked up by
* etc/inc/plugins.inc:plugins_services() and be included in the
* $services array to be processed by status_services.php.
* $services array to be processed by /ui/core/service.
*
* @return array the array of attributes for this service
*/
function sslh_services()
{
// Create an array to be processed by www/status_services.php
$service = array();
// Load in our settings to get the enabled state of the plugin.
@@ -124,7 +124,7 @@
<p>
Select the first three checkboxes: IDS, LAPI and IPS. Click Apply. If you need to restart, you can do so
from the <a href="/status_services.php">System > Diagnostics > Services</a> page.
from the <a href="/ui/core/service">System > Diagnostics > Services</a> page.
</p>
<h1>Test the plugin</h1>