Revision 44b0ec83
Added by Scott Ullrich over 16 years ago
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
Return interface names in caps