commit | abbcb7ee196d2968260fb54107f09c260fc6a72f | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Sat Sep 21 18:22:14 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Sat Sep 21 18:22:14 2019 +0200 |
tree | e9bf540c0b26a8c92c157409d8e881a80bb727fc | |
parent | ed49167d8b9244cb5ece91c2bdfb38fb52339cc8 [diff] [blame] |
Fully operational SQL
diff --git a/index.php b/index.php index 9f363ab..92c6850 100644 --- a/index.php +++ b/index.php
@@ -22,7 +22,7 @@ </div> <script> - $.post("./php/getusers.php", function(data, status){ + $.post("./ajax/getusers.php", function(data, status){ $("#list").html(data); }); </script>