hget("users",gt("u")))) {
header("Location: index.php");
exit(1);
}
echo("
".utf8entities(gt("u"))."
");
if (isLoggedIn() && $User['id'] != $userid) {
$isfollowing = $r->zscore("following:".$User['id'],$userid);
if (!$isfollowing) {
echo("Follow this user");
} else {
echo("Stop following");
}
}
?>