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" } } },