This commit is contained in:
7
scan.php
7
scan.php
@@ -72,6 +72,13 @@ switch ($_GET["op"]) {
|
|||||||
if (!empty($arr)) {
|
if (!empty($arr)) {
|
||||||
foreach ($arr as $key=>$data) {
|
foreach ($arr as $key=>$data) {
|
||||||
if ($key=="deployments") {
|
if ($key=="deployments") {
|
||||||
|
if (count($data["DEPLOYMENTS"])) {
|
||||||
|
foreach ($data["DEPLOYMENTS"] as $service_name => $content) {
|
||||||
|
//echo base64_decode($content);
|
||||||
|
echo $service_name."<br>";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else echo "There are no deployments.";
|
||||||
if (count($data["INSTALLED_SERVICES"])) {
|
if (count($data["INSTALLED_SERVICES"])) {
|
||||||
foreach ($data["INSTALLED_SERVICES"] as $service_name => $content) {
|
foreach ($data["INSTALLED_SERVICES"] as $service_name => $content) {
|
||||||
//echo base64_decode($content);
|
//echo base64_decode($content);
|
||||||
|
Reference in New Issue
Block a user