Vulnerability issues resolved
diff --git a/js/utils.js b/js/utils.js
index 621bbe1..e35b5cb 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -6,6 +6,9 @@
 };
 
 function send_request(user, msg) {
+	// Check if user is alive
+	update_info(user);
+	
 	$.ajax({
 		'url': './php/request.php', 
 		'type': 'POST',