Add README and other stuff from WebThrottle-EX

This commit is contained in:
2022-04-23 23:01:08 +02:00
parent a61dc5f903
commit e7050d586b
5 changed files with 791 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class RestAPI {
type: "PUT",
url: "/api/v1/dcc/command",
data: packet,
success: function (data) { displayLog('[RECEIVE] '+data.response.replace(/\n/g,"")); },
success: function (data) { displayLog('[RECEIVE] '+data.response); },
contentType: "text/plain",
headers: {'X-CSRFToken': this.csrftoken}
});