@php
header("content-type:text/plain");
$userId = addslashes($_GET["userId"]);
//TODO: add avatar system
@endphp