mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
status_services.php has moved to ui/core/service
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user