This commit is contained in:
CHIEFSOFT\ameye
2023-06-04 16:45:47 -04:00
parent 1a44832d3d
commit 2e61122286
+1
View File
@@ -142,6 +142,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
//$out=[];
$in = flatten(json_decode(file_get_contents('php://input'), true));
//$in = json_decode($raw_json, true);
$local_out["in_ec"] = $in;
$in["call_backend"] = $call_backend;
$in["system_primary_uploads"] = getSiteConfigurations($wrenchboard,"system.primary_uploads");
$out["system_primary_uploads"] = $in["system_primary_uploads"];