This commit is contained in:
2024-05-29 12:07:26 +02:00
parent 274c93b86f
commit c77cfeab66
4 changed files with 79 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
document.onload = function () {
const response = fetch("/upload.php");
const response = fetch("/index.php?listfiles=1");
const tabulka = document.getElementById("tabulka");
tabulka.innerHTML = response.text;
}