website/resources/views/client/BodyColors.blade.php

5 lines
113 B
PHP

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