From aa89f4aac5673a12ed6811a5a0cb7bc6d93ad9b2 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sat, 12 Dec 2015 17:21:54 +0100 Subject: Add missing include --- config/tftp2/tftp_files.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/tftp2/tftp_files.php b/config/tftp2/tftp_files.php index e2e81ed4..4cb34024 100644 --- a/config/tftp2/tftp_files.php +++ b/config/tftp2/tftp_files.php @@ -28,6 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("config.inc"); require_once("guiconfig.inc"); require_once("util.inc"); require_once("/usr/local/pkg/tftp.inc"); @@ -117,13 +118,13 @@ if ($_GET['act'] == "del") { } } +$pgtitle = "TFTP: Settings/Files"; include("head.inc"); ?> -

TFTP: Settings/Files

Date: Sat, 12 Dec 2015 17:28:06 +0100 Subject: Add missing includes --- config/tftp2/tftp.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/tftp2/tftp.inc b/config/tftp2/tftp.inc index 75ddaac8..baf753c9 100644 --- a/config/tftp2/tftp.inc +++ b/config/tftp2/tftp.inc @@ -28,6 +28,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +require_once("filter.inc"); +require_once("util.inc"); + function tftp_byte_convert($bytes) { if ($bytes <= 0) { return '0 Byte'; -- cgit v1.2.3 From e48e0b0d6477aade7cad37570c588aef1813c8b9 Mon Sep 17 00:00:00 2001 From: doktornotor Date: Sat, 12 Dec 2015 17:39:45 +0100 Subject: Nuke useless tags, version bump --- config/tftp2/tftp.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/tftp2/tftp.xml b/config/tftp2/tftp.xml index f45a344a..350999dd 100644 --- a/config/tftp2/tftp.xml +++ b/config/tftp2/tftp.xml @@ -42,13 +42,12 @@ /* ====================================================================================== */ ]]> - tftp Settings - 2.2.3 + tftpsettings + 2.2.4 TFTP: Settings /usr/local/pkg/tftp.inc TFTP - Add or Remove files for TFTP.
Services
tftp.xml /tftp_files.php @@ -58,7 +57,6 @@ inetd TFTP Daemon - installedpackages->$packagename /usr/local/pkg/ https://packages.pfsense.org/packages/config/tftp2/tftp.inc -- cgit v1.2.3