Revision 8e74cb8d
Added by Ermal Luçi about 17 years ago
etc/inc/util.inc | ||
---|---|---|
304 | 304 |
if ($if == "wan" || $if == "lan" || isset($ifdetail['enable']) || |
305 | 305 |
$withdisabled == true) { |
306 | 306 |
if($ifdetail['descr'] == "") |
307 |
$iflist[$if] = $if;
|
|
307 |
$iflist[$if] = strtoupper($if);
|
|
308 | 308 |
else |
309 | 309 |
$iflist[$if] = $ifdetail['descr']; |
310 | 310 |
} |
Also available in: Unified diff
Make things look nicer.