From 8ac4df9754ef2f7d9d09b64cc2b38d8d189db54c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 14 Mar 2009 14:48:07 -0400 Subject: Use friendly interface name (in this case WLAN) as opposed to OPT1 which means nothing to me. --- usr/local/www/system.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/system.php') diff --git a/usr/local/www/system.php b/usr/local/www/system.php index fe466da..57d1e4d 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -295,7 +295,8 @@ include("head.inc"); } else { $selected = ""; } - echo "\n"; + $friendly_interface = convert_friendly_interface_to_friendly_descr($interface); + echo "\n"; } } ?> -- cgit v1.1