From 19bf7bd5a3a34f5534dc87725e22823b7fcda23c Mon Sep 17 00:00:00 2001 From: Bob Moss Date: Wed, 1 Jul 2020 16:24:10 +0100 Subject: [PATCH] Added new Local web files copy path option --- interface/json/InternetOptions.json | 3 +++ interface/json/InternetSchema.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/interface/json/InternetOptions.json b/interface/json/InternetOptions.json index caed6bfd..3cc1b24e 100644 --- a/interface/json/InternetOptions.json +++ b/interface/json/InternetOptions.json @@ -16,6 +16,9 @@ }, "password": { "type": "password" + }, + "localcopypath": { + "helper": "Enter a path here (e.g. /var/www/html) to copy files to a local web server folder instead of FTP" } } }, diff --git a/interface/json/InternetSchema.json b/interface/json/InternetSchema.json index f8b397bc..f8d5fa92 100644 --- a/interface/json/InternetSchema.json +++ b/interface/json/InternetSchema.json @@ -36,6 +36,9 @@ }, "webcamurl": { "title": "Webcam URL" + }, + "localcopypath": { + "title": "Local web files copy path" } } },