diff options
Diffstat (limited to 'frontends/php/hosts.php')
| -rw-r--r-- | frontends/php/hosts.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index a1eb11f8..b3ef00b7 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -507,9 +507,9 @@ if(check_right("Host","U",$row["hostid"])) { if($row["status"] == HOST_STATUS_MONITORED) - $status=array("value"=>"<a class=\"off\" href=\"hosts.php?hostid=".$row["hostid"]."®ister=changestatus&status=1\">".S_MONITORED."</a>","class"=>"off"); + $status=array("value"=>"<a class=\"off\" href=\"hosts.php?hostid=".$row["hostid"]."&register=changestatus&status=1\">".S_MONITORED."</a>","class"=>"off"); else if($row["status"] == HOST_STATUS_NOT_MONITORED) - $status=array("value"=>"<a class=\"on\" href=\"hosts.php?hostid=".$row["hostid"]."®ister=changestatus&status=0\">".S_NOT_MONITORED."</a>","class"=>"on"); + $status=array("value"=>"<a class=\"on\" href=\"hosts.php?hostid=".$row["hostid"]."&register=changestatus&status=0\">".S_NOT_MONITORED."</a>","class"=>"on"); // else if($row["status"] == 2) // $status=array("value"=>S_UNREACHABLE,"class"=>"unknown"); else if($row["status"] == HOST_STATUS_TEMPLATE) @@ -554,7 +554,7 @@ { if($row["status"] != HOST_STATUS_DELETED) { - $actions="<A HREF=\"hosts.php?register=change&hostid=".$row["hostid"].url_param("groupid").url_param("config")."#form\">".S_CHANGE."</A>"; + $actions="<A HREF=\"hosts.php?register=change&hostid=".$row["hostid"].url_param("groupid").url_param("config")."#form\">".S_CHANGE."</A>"; /* if(isset($_REQUEST["groupid"])) { $actions="<A HREF=\"hosts.php?register=change&config=".$_REQUEST["config"]."&hostid=".$row["hostid"]."&groupid=".$_REQUEST["groupid"]."#form\">".S_CHANGE."</A>"; |
