Project

General

Profile

« Previous | Next » 

Revision 2816c5a1

Added by Seth Mos over 14 years ago

Fix Parse error

View differences:

etc/inc/services.inc
620 620
				}
621 621
			}
622 622
			if(!empty($dns_arrv6))
623
				$dnscfgv6 .= "	option dhcp6.name-servers " . join(",", $dns_arrv6]) . ";";
623
				$dnscfgv6 .= "	option dhcp6.name-servers " . join(",", $dns_arrv6) . ";";
624 624
		}
625 625

  
626 626
		$subnet6 = Net_IPv6::compress(gen_subnetv6($ifcfgipv6, $ifcfgsnv6));

Also available in: Unified diff