From 4330735f189f27045ce21bb1f206770cc34683c2 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 11 Mar 2023 13:10:28 -0500 Subject: [PATCH] Update Embedfiles.php --- Code/Module/Embedfiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Module/Embedfiles.php b/Code/Module/Embedfiles.php index f94b079bb..13b9b0c44 100644 --- a/Code/Module/Embedfiles.php +++ b/Code/Module/Embedfiles.php @@ -32,7 +32,7 @@ class Embedfiles extends Controller $resource_id = $data->hash; $arr = $data->uid; - var_dump($_POST["uid"]); + var_dump($_POST["hash"]); print("
".print_r($arr,true)."
"); exit;