Update Embedfiles.php

This commit is contained in:
Ray 2023-03-11 20:17:53 -05:00
parent ff4554f9a4
commit 51e111b0b7

View file

@ -31,10 +31,8 @@ class Embedfiles extends Controller
$data = json_decode($json);
$resource_id = $data->hash;
$arr = $data->uid;
var_dump($_POST["hash"]);
print("<pre>".print_r($arr,true)."</pre>");
exit;
var_dump($_POST);
exit;
// $x = self::sharelink($resource_id, $channel_id);
$x = self::sharelink($data);