debug
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user