Project

General

Profile

« Previous | Next » 

Revision 6038cba7

Added by → luckman212 over 6 years ago

break out of foreach as soon as multiwan > 1

View differences:

src/usr/local/www/system.php
144 144
foreach ($interfaces as $interface) {
145 145
	if (interface_has_gateway($interface)) {
146 146
		$multiwan++;
147
		if ($multiwan > 1) {
148
			break;
149
		}
147 150
	}
148 151
}
149 152

  

Also available in: Unified diff