Project

General

Profile

« Previous | Next » 

Revision 44b0ec83

Added by Scott Ullrich over 16 years ago

Return interface names in caps

View differences:

etc/inc/util.inc
328 328
			if($ifdetail['descr'] == "")
329 329
				$iflist[$if] = strtoupper($if);
330 330
                        else
331
				$iflist[$if] = $ifdetail['descr'];
331
				$iflist[$if] = strtoupper($ifdetail['descr']);
332 332
		}
333 333
	}
334 334

  

Also available in: Unified diff