Update BodyColors.blade.php
This commit is contained in:
parent
a916a9bf1d
commit
2698ecde76
|
|
@ -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" ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue