diff --git a/mocha-php/src/mocha-php/ui/pages/SUVPage.phpx.php b/mocha-php/src/mocha-php/ui/pages/SUVPage.phpx.php index 328027b..7850195 100644 --- a/mocha-php/src/mocha-php/ui/pages/SUVPage.phpx.php +++ b/mocha-php/src/mocha-php/ui/pages/SUVPage.phpx.php @@ -289,33 +289,79 @@ EOF
prepare($query); - $result = $stmt->execute(); - $rows = $stmt->fetchAll(); - foreach ($rows as $values) + $use_dotnet = true; + + if ($use_dotnet) { - if ($values["is_library"] != 0) + // using .NET OMS + $curl = curl_init("http://localhost:4436/tenants"); + curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); + if ($curl == false) { - continue; } - ?> -Use these details to log into your SUV for SFTP transfers.
++ These credentials are stored as plain text and should not be used in production environments. + To push changes from your SUV to a production server, run mocha suv migrate from a shell. +
+| User name | +Password | +" . trim($lineSplit[0]) . " | " . trim($lineSplit[1]) . " | "); + } + ?> + +
|---|