Project

General

Profile

« Previous | Next » 

Revision af57ba5f

Added by Scott Ullrich over 17 years ago

Missed commit from appliance project.

View differences:

etc/inc/services.inc
84 84
	$dhcpdenable = false;
85 85
	if(is_array($dhcpdcfg))
86 86
		foreach ($dhcpdcfg as $dhcpif => $dhcpifconf) {
87
			if($dhcpif == "lan") 
88
				if(!$config['interfaces']['lan']) 	
89
					continue;
87 90
			if (isset($dhcpifconf['enable']) &&
88 91
				(($dhcpif == "lan") ||
89 92
				(isset($config['interfaces'][$dhcpif]['enable']) &&

Also available in: Unified diff