diff options
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-x | usr/local/www/interfaces.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 450401b..bd02087 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -874,7 +874,7 @@ function check_wireless_mode() { } } -$pgtitle = array(gettext("Interfaces"), strtoupper($pconfig['descr'])); +$pgtitle = array(gettext("Interfaces"), $pconfig['descr']); $statusurl = "status_interfaces.php"; $closehead = false; |