devel/helloworld: fix for #53

(cherry picked from commit b138f2e960)
This commit is contained in:
Franco Fichtner 2017-08-09 12:21:26 +02:00
parent a29a77659b
commit 20433aa2be
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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("") }}