From ea04d4614c39877c645cc5c3db3135f070c54512 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 4 Jun 2023 15:13:48 -0400 Subject: [PATCH] test end file --- www-api/public/svs/user/userve.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-api/public/svs/user/userve.php b/www-api/public/svs/user/userve.php index d5d4dcda..5d026eea 100755 --- a/www-api/public/svs/user/userve.php +++ b/www-api/public/svs/user/userve.php @@ -137,14 +137,14 @@ $out = array(); if ($_SERVER["REQUEST_METHOD"] == "POST") { if ( $endpoint == 'uploads'){ - $local_out=["test_msg"=>'Yes the upload endpoint was hit******** 888']; + $local_out=["test_msg"=>'Yes the upload endpoint was hit******** 555']; $call_backend = false; // will be decided after file is saved //$out=[]; $in = flatten(json_decode(file_get_contents('php://input'), true)); //$in = json_decode($raw_json, true); $in["call_backend"] = $call_backend; - $out = getSiteConfigurations($wrenchboard,"system.primary_uploads"); - $in["system_primary_uploads"] = $out["system_primary_uploads"]; + $in["system_primary_uploads"] = getSiteConfigurations($wrenchboard,"system.primary_uploads"); + $out["system_primary_uploads"] = $in["system_primary_uploads"]; $local_out["system_primary_uploads"] = $in["system_primary_uploads"]; $out = reciveUpload($in, $local_out); $call_backend = $out["call_backend"];