All POST. Introduced the 'user' cookie
diff --git a/ajax/checkrequests.php b/ajax/userinfo.php
similarity index 88%
rename from ajax/checkrequests.php
rename to ajax/userinfo.php
index fb6e9a6..686287d 100644
--- a/ajax/checkrequests.php
+++ b/ajax/userinfo.php
@@ -1,6 +1,6 @@
 <?php
 	require '../php/utils.php';
-	$user = get_users($_GET['id']);
+	$user = get_users($_POST['id']);
 	
 	echo '{ ';
 	$first = true;