From 353920d4c9527f183ed81dcae450813e71dc383e Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 29 Mar 2025 08:24:20 +0100 Subject: [PATCH] Wireless: fix max length of SSID, username, password --- emhttp/plugins/dynamix/Wireless.page | 2 +- emhttp/plugins/dynamix/include/Wireless.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix/Wireless.page b/emhttp/plugins/dynamix/Wireless.page index d6b7087d0..a453763fa 100644 --- a/emhttp/plugins/dynamix/Wireless.page +++ b/emhttp/plugins/dynamix/Wireless.page @@ -67,7 +67,7 @@ _(Other networks)_:
_(Add network)_: -: +:
diff --git a/emhttp/plugins/dynamix/include/Wireless.php b/emhttp/plugins/dynamix/include/Wireless.php index d9c254c8e..72331a6fc 100644 --- a/emhttp/plugins/dynamix/include/Wireless.php +++ b/emhttp/plugins/dynamix/include/Wireless.php @@ -198,8 +198,8 @@ case 'join': echo mk_option($safe, 'IEEE 802.1X/SHA-256', _('WPA3 Enterprise')); echo ""; } - if ($ieee1 || $manual || $safe) echo ""._('Username').":"; - if ($attr3 || $manual || $safe) echo ""._('Password').":"; + if ($ieee1 || $manual || $safe) echo ""._('Username').":"; + if ($attr3 || $manual || $safe) echo ""._('Password').":"; echo " "; echo ""._('IPv4 address assignment').":