2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 17:20:19 +00:00

Remove trailing spaces in file xCAT-UI/lib/systemcmd.php

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent 45a9bcab46
commit 533b1bff6a

View File

@@ -24,7 +24,7 @@ if (isset($_GET["cmd"])) {
if (isset($_GET["msg"])) {
$msg = $_GET["msg"];
}
if ($cmd == "ostype") {
$ret = strtolower(PHP_OS);
} else {
@@ -36,4 +36,4 @@ if (isset($_GET["cmd"])) {
$msg = htmlentities($msg, ENT_QUOTES | ENT_HTML5, 'UTF-8');
echo json_encode(array("rsp"=>$ret, "msg" => $msg));
}
?>
?>