Project

General

Profile

« Previous | Next » 

Revision 8e74cb8d

Added by Ermal Luçi about 17 years ago

Make things look nicer.

View differences:

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