devel/helloworld: fix menu after recent transition

PR: https://forum.opnsense.org/index.php?topic=1332
This commit is contained in:
Franco Fichtner
2016-01-28 07:56:26 +01:00
parent 432a5f10df
commit a5fc77b2b0
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
PLUGIN_NAME= helloworld
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= A sample framework application
#PLUGIN_DEPENDS=
PLUGIN_MAINTAINER= adopnsense.org
PLUGIN_MAINTAINER= ad@opnsense.org
.include "../../Mk/plugins.mk"
@@ -1,6 +1,5 @@
<menu>
<!-- Plugin HelloWorld menu -->
<User order="999">
<Lobby>
<HelloWorld VisibleName="Hello World!" url="/ui/helloworld/"/>
</User>
</Lobby>
</menu>