From a0ddf96645ebc390f5c2c7089f683c1bdcf65a5d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 14 Jun 2021 16:13:14 +0200 Subject: [PATCH] plugins: remove use of $main_buttons PR: https://github.com/opnsense/core/issues/4216 --- dns/dyndns/Makefile | 2 +- dns/dyndns/src/www/services_dyndns.php | 10 +++++----- dns/rfc2136/Makefile | 2 +- dns/rfc2136/src/www/services_rfc2136.php | 10 +++++----- net/igmp-proxy/Makefile | 2 +- net/igmp-proxy/src/www/services_igmpproxy.php | 10 +++++----- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dns/dyndns/Makefile b/dns/dyndns/Makefile index 70ea96092..b049331a4 100644 --- a/dns/dyndns/Makefile +++ b/dns/dyndns/Makefile @@ -1,6 +1,6 @@ PLUGIN_NAME= dyndns PLUGIN_VERSION= 1.24 -PLUGIN_REVISION= 1 +PLUGIN_REVISION= 2 PLUGIN_COMMENT= Dynamic DNS Support PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/dns/dyndns/src/www/services_dyndns.php b/dns/dyndns/src/www/services_dyndns.php index 03bddbfcb..30f5d259c 100644 --- a/dns/dyndns/src/www/services_dyndns.php +++ b/dns/dyndns/src/www/services_dyndns.php @@ -67,10 +67,6 @@ include("head.inc"); legacy_html_escape_form_data($a_dyndns); -$main_buttons = array( - array('label' => gettext('Add'), 'href' => 'services_dyndns_edit.php'), -); - ?>