bugfix: allow upload of ssh keys while tunnels since keys (#245)

This commit is contained in:
dman776 2018-10-25 23:43:20 -05:00 committed by GitHub
parent 9391ff5555
commit a1ab5312ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -754,7 +754,6 @@ print "<tr>\n";
print "<td>Upload Key</td>\n";
print "<td><input type=file name=sshkey title='choose the id_rsa.pub file to install from your hard drive'></td>\n";
print "<td align=center><input type=submit name=button_ul_key value=Upload title='install the key'";
if($tunnel_active) { print " disabled"; };
print "></td>\n";
print "</tr>\n";