config usage

This commit is contained in:
CHIEFSOFT\ameye
2023-06-03 19:15:56 -04:00
parent e06055c580
commit d7cf731b91
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$in = flatten(json_decode(file_get_contents('php://input'), true));
//$in = json_decode($raw_json, true);
$in["call_backend"] = $call_backend;
$out["system_primary_uploads"] = getSiteConfigurations($wrenchboard,"system.primary_uploads");
$in["system_primary_uploads"] = getSiteConfigurations($wrenchboard,"system.primary_uploads");
$out = reciveUpload($in, $local_out);
$call_backend = $out["call_backend"];
$in["message"] = $out["message"];