From 6737b8c62c7a85e2c8a1992982ed795dbc1df80a Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 4 May 2023 09:54:31 +0200 Subject: [PATCH] status_services.php has moved to ui/core/service --- net/sslh/src/etc/inc/plugins.inc.d/sslh.inc | 5 ++--- .../opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc b/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc index 071cfd2da..f53c29b24 100644 --- a/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc +++ b/net/sslh/src/etc/inc/plugins.inc.d/sslh.inc @@ -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:///status_services.php + * http:///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. diff --git a/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt b/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt index 76decfbb4..e1ceeaa90 100644 --- a/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt +++ b/security/crowdsec/src/opnsense/mvc/app/views/OPNsense/CrowdSec/general.volt @@ -124,7 +124,7 @@

Select the first three checkboxes: IDS, LAPI and IPS. Click Apply. If you need to restart, you can do so - from the System > Diagnostics > Services page. + from the System > Diagnostics > Services page.

Test the plugin