feature: supporttool: Add link to admin page

Add link to admin page for users to download support data
This commit is contained in:
Conrad Lara - KG6JEI 2015-05-08 20:02:09 -07:00
parent 8299862b57
commit 01fa7b5666
1 changed files with 6 additions and 0 deletions

View File

@ -627,6 +627,12 @@ print "</tr>\n";
print "</table></td></tr>\n";
print "<tr><td colspan=3><hr></td></tr>\n";
print "<tr><th colspan=3>Support Data</th></tr>\n";
print "<tr><td colspan=3 align=center><a href=/cgi-bin/supporttool>Download Support Data</a></td></tr>\n";
print "<tr><td colspan=3><hr></td></tr>\n";
print "</table>\n";
print "</td></tr>\n";