diff --git a/resources/views/client/edit.blade.php b/resources/views/client/edit.blade.php index 7aa67d4..524606e 100644 --- a/resources/views/client/edit.blade.php +++ b/resources/views/client/edit.blade.php @@ -1,9 +1,8 @@ @php -header("content-type:text/plain"); ob_start(); $PlaceID = addslashes($_GET["PlaceID"]); @endphp -game:Load("http://morblox.us/asset?id=$PlaceID") +game:Load("http://morblox.us/asset?id=@php echo $PlaceID @endphp") @php $data = ob_get_clean(); $signature;