sysutils/api-backup: time for release

This commit is contained in:
Franco Fichtner 2018-12-18 07:38:13 +01:00
parent 5b179b652c
commit 6fcff48005
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,6 @@
PLUGIN_NAME= api-backup
PLUGIN_VERSION= 0.0.1
PLUGIN_VERSION= 1.0
PLUGIN_COMMENT= Provide the functionality to download the config.xml
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
PLUGIN_DEVEL= yes
.include "../../Mk/plugins.mk"

View file

@ -1,4 +1,5 @@
<?php
/*
* Copyright (C) 2018 Fabian Franz
* All rights reserved.
@ -24,6 +25,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
namespace OPNsense\Backup\Api;
use OPNsense\Base\ApiControllerBase;