From a2fd184b8d5c72fed50a828c6d2086d82d92edb5 Mon Sep 17 00:00:00 2001 From: Martinski4GitHub <119833648+Martinski4GitHub@users.noreply.github.com> Date: Fri, 25 Sep 2026 02:34:48 -0700 Subject: [PATCH] Fixes and Code Improvements - Fixed issue where setting the email format to "Plain Text" in the SSH CLI menu, the WebUI would show the selection box as empty instead of reflecting the "Plain Text" setting made previously by the user. - Fixed parsing issues when handling unusual but valid user input for the "Secondary Email Address" option. - Improved functions that set and get configuration settings, also making sure values stored as assignment statements are defined as literal strings (e.g. KeyName='KeyValue'). - Included fix in the WebUI from @maghuro to properly handle the colon separator in login credentials (i.e. username:password). - Miscellaneous code improvements. --- MerlinAU.asp | 15 ++++--- MerlinAU.sh | 115 +++++++++++++++++++++++++++++++-------------------- README.md | 2 +- 3 files changed, 81 insertions(+), 51 deletions(-) diff --git a/MerlinAU.asp b/MerlinAU.asp index 81bce796..e2ed2795 100644 --- a/MerlinAU.asp +++ b/MerlinAU.asp @@ -304,7 +304,7 @@ input[value="Uninstall"] {