helpme
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
const response = fetch("/index.php?listfiles=1");
|
||||
async function dokelu() {
|
||||
const response = await fetch("/index.php?listfiles=1");
|
||||
const tabulka = document.getElementById("tabulka");
|
||||
tabulka.innerHTML = response.text;
|
||||
}
|
||||
dokelu();
|
Reference in New Issue
Block a user