mirror of https://github.com/aredn/aredn.git
bugfix: allow upload of ssh keys while tunnels since keys (#245)
This commit is contained in:
parent
9391ff5555
commit
a1ab5312ef
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue