Separació codis php
diff --git a/js/utils.js b/js/utils.js
index b4f139a..92185d7 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -7,7 +7,7 @@
 
 function send_request(id, msg) {
 	$.ajax({
-		'url': '../request.php', 
+		'url': '../php/request.php', 
 		'type': 'GET',
 		'dataType': 'json',
 		'data': { 'id': id, 'msg': msg },