replace "sha1" with "sha", as required by net-snmp

git-svn-id: http://www.observium.org/svn/observer/trunk@3189 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-05-15 17:03:35 +00:00
parent 3fbd4c2cb5
commit 73cbb710a0
3 changed files with 6 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ echo("<br /><table cellpadding=0 cellspacing=0><tr><td>
<td>
<select name='authalgo'>
<option value='MD5'>MD5</option>
<option value='SHA1' " . ($device['authalgo'] === "SHA1" ? 'selected' : '') . ">SHA1</option>
<option value='SHA' " . ($device['authalgo'] === "SHA" ? 'selected' : '') . ">SHA</option>
</select>
</td>
</tr>