remove echo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
root
2024-08-07 10:49:27 +02:00
parent 58c12741c0
commit d69545d36f

View File

@@ -28,7 +28,7 @@ if ($_POST["ADDITIONALS"]=="yes") {
$json = json_encode($_POST, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT); $json = json_encode($_POST, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT);
//echo $json; //echo $json;
echo $op = "install-".date("YmdHis"); $op = "install-".date("YmdHis");
redis_set($op,$json); redis_set($op,$json);
//echo redis_get($op); //echo redis_get($op);