diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-08-30 21:23:46 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-08-30 21:23:46 +0000 |
| commit | 4cb833e1478441562d04010a99155943e3148a04 (patch) | |
| tree | 14e187480de7e8fe474ecb2ffa11294b52fd7903 /frontends/php/sysmap.php | |
| parent | 7d2990db5a540516471a7ef06128a768bdd16d1e (diff) | |
| download | zabbix-4cb833e1478441562d04010a99155943e3148a04.tar.gz zabbix-4cb833e1478441562d04010a99155943e3148a04.tar.xz zabbix-4cb833e1478441562d04010a99155943e3148a04.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@474 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmap.php')
| -rw-r--r-- | frontends/php/sysmap.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php index 6b33aef6..3f653e04 100644 --- a/frontends/php/sysmap.php +++ b/frontends/php/sysmap.php @@ -183,11 +183,15 @@ echo "New host to display"; show_table2_v_delimiter(); - echo "<form method=\"get\" action=\"sysmap.php?sysmapid=".$HTTP_GET_VARS["sysmapid"]."\">"; + echo "<form method=\"get\" action=\"sysmap.php\">"; if(isset($HTTP_GET_VARS["shostid"])) { echo "<input name=\"shostid\" type=\"hidden\" value=".$HTTP_GET_VARS["shostid"].">"; } + if(isset($HTTP_GET_VARS["sysmapid"])) + { + echo "<input name=\"sysmapid\" type=\"hidden\" value=".$HTTP_GET_VARS["sysmapid"].">"; + } echo "Host"; show_table2_h_delimiter(); $result=DBselect("select hostid,host from hosts order by host"); |
