redis methods
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-07-10 15:08:47 +00:00
parent 129034fbea
commit 080b7c93aa
2 changed files with 105 additions and 0 deletions

12
scan.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
switch ($_GET["op"]) {
"redis":
echo ping_redis();
"docker":
echo true;
break;
}
?>