Update CharacterFetch.blade.php
This commit is contained in:
parent
c529b24fc9
commit
69d429dbd2
|
|
@ -3,5 +3,5 @@ header("content-type:application/xml");
|
||||||
ob_start();
|
ob_start();
|
||||||
$userId = addslashes($_GET["userId"]);
|
$userId = addslashes($_GET["userId"]);
|
||||||
//TODO: add catalog + avatar system
|
//TODO: add catalog + avatar system
|
||||||
@endphp
|
// http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;
|
||||||
http://morblox.us/Asset/BodyColors.ashx?userId=@php echo $userId @endphp;
|
@endphp
|
||||||
Loading…
Reference in New Issue