token="f503849d83d4cde1d090c31c5e8c97f9c3efcd6e6ff13ed51ade54db52dd771d";async function init0(){ const response = await fetch('./PHP/init01.php', { method: "POST", credentials: 'same-origin', headers: {'X-CSRF-Token': token}, body: ""}); const ret = await response.text(); let scrpt = document.createElement("script"); scrpt.type = 'module'; scrpt.innerHTML = ret; document.getElementById("SRC").appendChild(scrpt); }