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