This commit is contained in:
Aevann1 2022-01-16 07:53:32 +02:00
parent 7c38dd5294
commit c0f3d5cb68
47 changed files with 119 additions and 95 deletions

View file

@ -1,5 +1,6 @@
function post(url) {
var xhr = new XMLHttpRequest();
const xhr = new XMLHttpRequest();
xhr.setRequestHeader('Authorization', 'xhr');
xhr.open("POST", url, true);
var form = new FormData()
form.append("formkey", formkey());