mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
devel/helloworld: fix for #53
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= helloworld
|
||||
PLUGIN_VERSION= 1.1
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_COMMENT= A sample framework application
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% if true or helpers.exists('OPNsense.helloworld.general') and OPNsense.helloworld.general.Enabled|default("0") == "1" %}
|
||||
{% if helpers.exists('OPNsense.helloworld.general') and OPNsense.helloworld.general.Enabled|default("0") == "1" %}
|
||||
[general]
|
||||
SMTPHost={{ OPNsense.helloworld.general.SMTPHost|default("") }}
|
||||
FromEmail={{ OPNsense.helloworld.general.FromEmail|default("") }}
|
||||
|
||||
Reference in New Issue
Block a user