Update edit.blade.php

This commit is contained in:
Thomas G 2022-08-17 17:02:31 +10:00
parent 56a2659858
commit 522701ad38
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
@php @php
header("content-type:text/plain");
ob_start(); ob_start();
$PlaceID = addslashes($_GET["PlaceID"]); $PlaceID = addslashes($_GET["PlaceID"]);
@endphp @endphp
game:Load("http://morblox.us/asset?id=$PlaceID") game:Load("http://morblox.us/asset?id=@php echo $PlaceID @endphp")
@php @php
$data = ob_get_clean(); $data = ob_get_clean();
$signature; $signature;