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>