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
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;