Update BodyColors.blade.php

This commit is contained in:
Thomas G 2022-09-14 20:27:51 +10:00
parent a916a9bf1d
commit 2698ecde76
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
@php @php
header("content-type:text/plain"); header("content-type:text/plain");
$userId = addslashes($_GET["userId"]); $userId = addslashes($_GET["userId"]);
$headcolor = 11 $headcolor = 11;
$leftarmcolor = 11 $leftarmcolor = 11;
$leftlegcolor = 1003 $leftlegcolor = 1003;
$rightarmcolor = 11 $rightarmcolor = 11;
$rightlegcolor = 1003 $rightlegcolor = 1003;
$torsocolor = 1003 $torsocolor = 1003;
//TODO: add avatar system //TODO: add avatar system
@endphp @endphp
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>