mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/wol: fix link (forgotten while refactoring to MVC) (#1127)
* net/wol: fix link (forgotten while refactoring to MVC) * Update Makefile
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
PLUGIN_NAME= wol
|
||||
PLUGIN_VERSION= 2.0
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_VERSION= 2.1
|
||||
PLUGIN_DEPENDS= wol
|
||||
PLUGIN_COMMENT= Wake on LAN Service
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
|
||||
$wake_on_lan_title = gettext('Wake On Lan');
|
||||
$wake_on_lan_title_link = 'services_wol.php';
|
||||
$wake_on_lan_title_link = '/ui/wol';
|
||||
|
||||
Reference in New Issue
Block a user