mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Remove services.inc
This commit is contained in:
parent
a631bdc443
commit
b55733a5d1
3 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= rtsphelper
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_VERSION= 1.2
|
||||
#PLUGIN_DEPENDS=
|
||||
PLUGIN_COMMENT= RTSP Port Forwarder Helper
|
||||
PLUGIN_MAINTAINER= quentin.canel@o2r.fr
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
require_once("guiconfig.inc");
|
||||
require_once("interfaces.inc");
|
||||
require_once("services.inc");
|
||||
require_once("filter.inc");
|
||||
require_once("system.inc");
|
||||
require_once("plugins.inc.d/rtsphelper.inc");
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once("guiconfig.inc");
|
||||
require_once("services.inc");
|
||||
require_once("interfaces.inc");
|
||||
require_once("plugins.inc.d/rtsphelper.inc");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue