assign(array("HOSTDN" => $hostDN, "HOSTNAME" => $host['hostname'], "DOMAINNAME" => $host['domainname'], "HWADDRESS" => $host['hwaddress'], "IPADDRESS" => $hostip[0], "DESCRIPTION" => $host['description'], "DHCPCONT" => $host['dhcphlpcont'], "DHCPTYPE" => $dhcptype, "FIXADD" => $host['dhcpoptfixed-address'] , "MOUSE" => $host['hw-mouse'], "GRAPHIC" => $host['hw-graphic'], "MONITOR" => $host['hw-monitor'], "DHCPLINK" => "", "RBSLINK" => "", "HWLINK" => "", "AUDN" => $auDN, "SBMNR" => $sbmnr)); ########################################################## # MC Wochenübersicht $mc_array = get_machineconfigs($hostDN,array("dn","cn","timerange","description")); # print_r($mc_array); for ($i=0; $i 1 ){ foreach ($mc_array[$i]['timerange'] as $tr){ $exptime = array_merge(explode('_',$tr),$mc_array[$i]['description']); $timeranges[$i][] = $exptime; # Für grafische Wo-Ansicht } }else{ $exptime = array_merge(explode('_',$mc_array[$i]['timerange']), $mc_array[$i]['description']); $timeranges[$i] = $exptime; # Für grafische Wo-Ansicht } } include("mc_wochenplan.php"); ########################################################### # PXE Wochenübersicht ################################################################################### include("computers_footer.inc.php"); ?>