generated fields
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
root
2024-08-30 11:14:41 +02:00
parent fdeb1dd40f
commit b855ccae52

View File

@@ -182,7 +182,7 @@ switch ($_GET["op"]) {
$arr = array("NAME" => $_GET["additional"], "ACTION" => "deploy", "PAYLOAD" => $payload); $arr = array("NAME" => $_GET["additional"], "ACTION" => "deploy", "PAYLOAD" => $payload);
$json = json_encode($arr, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT); $json = json_encode($arr, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT);
$op = "deployment"; $op = "deployment";
//redis_set($op,$json); redis_set($op,$json);
} }
echo $text; echo $text;
break; break;