Update Embedfiles.php

This commit is contained in:
Ray 2023-03-11 13:10:28 -05:00
parent de5cc58286
commit 4330735f18

View file

@ -32,7 +32,7 @@ class Embedfiles extends Controller
$resource_id = $data->hash; $resource_id = $data->hash;
$arr = $data->uid; $arr = $data->uid;
var_dump($_POST["uid"]); var_dump($_POST["hash"]);
print("<pre>".print_r($arr,true)."</pre>"); print("<pre>".print_r($arr,true)."</pre>");
exit; exit;