fix the kssfft check - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 155ca1cab6c83977d2661e6a13f6e958ecb77395
 (DIR) parent 50ea541b3b0f3d947dac9d04a2e18b4a55de9d89
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Wed,  4 Mar 2009 05:49:18 +0000
       
       fix the kssfft check
       
       
       Diffstat:
         M web/app/views/home/about.html.erb   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/web/app/views/home/about.html.erb b/web/app/views/home/about.html.erb
       @@ -125,7 +125,7 @@ team can be reached by email at warvox[at]metasploit.com.
                <td valign="top" align="right" class="header_item" width='200'>
                        KissFFT
                </td>
       -        <td><%= @kissfft_loaded ? ($LOADED_FEATURES.grep(/kissfft/)[0] ) : "MISSING" %></td>
       +        <td><%= @has_kissfft %></td>
        </tr>
        </table>