Update edit.blade.php
This commit is contained in:
parent
56a2659858
commit
522701ad38
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue