'.$template->title.'
'.$template->subtitle.'
'.$template->description.'
getMessage(); } break; case "system": $arr = array("STATUS" => 0); $json = json_encode($arr, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT); if (set_output("system",$json)) echo "OK"; else echo "ERROR"; break; case "check_system": $arr = check_response("system"); if (!empty($arr)) { foreach ($arr as $key=>$data) { if ($key=="system") { if ($data["INSTALL_STATUS"]==2) echo "NEW"; elseif ($data["INSTALL_STATUS"]==1) { if ($_GET["services"]==1) { echo "
Service/Container | Image | Status | Action |
Service/Container | Image | Status | Action |
Service/Container | Image | Status | Action |
'.$template->description.'