diff --git a/scan.php b/scan.php
index c191c4d..5fed240 100644
--- a/scan.php
+++ b/scan.php
@@ -142,11 +142,11 @@ switch ($_GET["op"]) {
if ($data["DEPLOYMENTS"]["deployments"]=="NONE") echo "There are no deployments.
";
else {
foreach ($data["DEPLOYMENTS"] as $service_name => $content) {
- $orig_service_name = $service_name;
- $service_name = strtolower($service_name);
- //echo base64_decode($content);
+ $orig_service_name = $service_name;
+ $service_name = strtolower($service_name);
+ //echo base64_decode($content);
if (array_key_exists($service_name,$data["INSTALLED_SERVICES"])) {
- echo '