summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/computers/delete_confirm.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/delete_confirm.php')
-rw-r--r--ldap-site-mngmt/webinterface/computers/delete_confirm.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/computers/delete_confirm.php b/ldap-site-mngmt/webinterface/computers/delete_confirm.php
index c3f2bc8b..32eb4cf4 100644
--- a/ldap-site-mngmt/webinterface/computers/delete_confirm.php
+++ b/ldap-site-mngmt/webinterface/computers/delete_confirm.php
@@ -3,6 +3,7 @@ include('../standard_header.inc.php');
$dn = $_POST['dn'];
$name = $_POST['name'];
+$dhcphlpcont = $_POST['dhcphlpcont'];
$delurl = $_POST['delurl'];
$backurl = $_POST['backurl'];
$successurl = $_POST['successurl'];
@@ -23,6 +24,7 @@ echo "
Falls ja:<br><br>
<input type='hidden' name='dn' value='".$dn."'>
<input type='hidden' name='name' value='".$name."'>
+ <input type='hidden' name='dhcphlpcont' value='".$dhcphlpcont."'>
<input type='hidden' name='successurl' value='".$successurl."'>
<input type='hidden' name='pxedn' value='".$pxedn."'>
<input type='Submit' name='apply' value='l&ouml;schen' class='small_loginform_button'><br><br>