mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/api-backup: time for release
This commit is contained in:
parent
5b179b652c
commit
6fcff48005
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue