summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/computers/host_delete.php
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/computers/host_delete.php')
-rw-r--r--ldap-site-mngmt/webinterface/computers/host_delete.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/computers/host_delete.php b/ldap-site-mngmt/webinterface/computers/host_delete.php
index bcfa0add..0470ed91 100644
--- a/ldap-site-mngmt/webinterface/computers/host_delete.php
+++ b/ldap-site-mngmt/webinterface/computers/host_delete.php
@@ -28,6 +28,7 @@ echo "
if ( $hostDN != ""){
if ( delete_host($hostDN) ){
+ update_dhcpmtime();
$mesg = "Rechner <b>".$hostname."</b> erfolgreich gel&ouml;scht!<br><br>";
}
else{