VersiĆ³ funcional al localhost
diff --git a/index.php b/index.php
index 9f363ab..9c018c3 100644
--- a/index.php
+++ b/index.php
@@ -24,6 +24,7 @@
 		<script>
 			$.post("./php/getusers.php", function(data, status){
 				$("#list").html(data);
+				console.log(data);
 			});
 		</script>
 	</body>