fix on da fix

git-svn-id: http://www.observium.org/svn/observer/trunk@2021 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-04-05 08:43:40 +00:00
parent ad49f54cbf
commit 8245752480

View File

@ -65,7 +65,7 @@ if ($updated && $update_message)
<tr>
<td>
<h5>
<form id="delete_host" name="delete_host" method="post" action="">
<form id="delete_host" name="delete_host" method="post" action="<?php echo($config['base_url'].'/delhost/'); ?>">
<img src="images/16/server_delete.png" align="absmiddle">
<input type="hidden" name="id" value="<?php echo($device['device_id']); ?>">
<input type="submit" class="submit" name="Submit" value="Delete Host">