From 522701ad38b729bed7ace576cb381c13865c3c92 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:02:31 +1000 Subject: [PATCH] Update edit.blade.php --- resources/views/client/edit.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;