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:
@@ -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));
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user