diff options
Diffstat (limited to 'backdoor.cgi')
-rwxr-xr-x | backdoor.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/backdoor.cgi b/backdoor.cgi index 26e2ab933..b4848a1bb 100755 --- a/backdoor.cgi +++ b/backdoor.cgi @@ -93,7 +93,10 @@ if ($prod eq "Communicator") { $version = "other"; } - +if ($prod eq "NSS") { + $version = "unspecified"; +} + # Validate fields, and whine about things that we apparently couldn't remap # into something legal. |