From cb62d5bf491d49e957d178e21b295754780a0b1e Mon Sep 17 00:00:00 2001 From: Steve <69524416+ab7pa@users.noreply.github.com> Date: Mon, 29 Aug 2022 14:49:45 -0700 Subject: [PATCH] change support link to button (#496) --- files/www/cgi-bin/admin | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/files/www/cgi-bin/admin b/files/www/cgi-bin/admin index efe7bbd0..d3fdaeb4 100755 --- a/files/www/cgi-bin/admin +++ b/files/www/cgi-bin/admin @@ -638,6 +638,11 @@ if parms.button_rm_pkg and parms.rm_pkg ~= "default" and not permpkg[parms.rm_pk end end +-- generate support data file +if parms.button_support_data then + os.execute("/www/cgi-bin/supporttool") +end + -- generate data structures local pkgs = {} @@ -946,7 +951,7 @@ html.print("") html.print("") html.print("Support Data") -html.print("Download Support Data") +html.print("") html.print("")