Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions interface/json/InternetOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions interface/json/InternetSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
},
"webcamurl": {
"title": "Webcam URL"
},
"localcopypath": {
"title": "Local web files copy path"
}
}
},
Expand Down