diff options
author | dmose%mozilla.org <> | 2000-03-08 05:03:52 +0100 |
---|---|---|
committer | dmose%mozilla.org <> | 2000-03-08 05:03:52 +0100 |
commit | fd8adfd6dbc0d153f5ef9e3c54e21a8b2fcd3020 (patch) | |
tree | 11bcf616a317c100cfffa7dc06cf0ef6b84946cb /backdoor.cgi | |
parent | def6f90d55e9ec52d949c6dad3bb3ce92605bb3f (diff) | |
download | bugzilla-fd8adfd6dbc0d153f5ef9e3c54e21a8b2fcd3020.tar.gz bugzilla-fd8adfd6dbc0d153f5ef9e3c54e21a8b2fcd3020.tar.xz |
added hack for NSS bug injection
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. |