From 46e7d51010db54ddcccb6ce4c47b10921e0de5d0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Aug 2024 19:29:52 +0200 Subject: [PATCH] redis check --- functions.php | 2 +- scan.php | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 6146994..5e376b4 100644 --- a/functions.php +++ b/functions.php @@ -1,6 +1,6 @@ getMessage(); + } + break; + case "docker": echo true; break;