URI: 
       Fix up the about page, show the SOX path - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 64de9b38015105cdf440fcb6c5bba5e660b8f66d
   DIR parent 9b49aadb91747287f301d8e037c26308eb2f47c8
  HTML Author: HD Moore <x@hdm.io>
       Date:   Sun,  1 May 2016 21:43:01 -0500
       
       Fix up the about page, show the SOX path
       
       Diffstat:
         M app/views/home/about.html.erb       |      16 ++++++++--------
       
       1 file changed, 8 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/app/views/home/about.html.erb b/app/views/home/about.html.erb
       @@ -7,7 +7,7 @@
        <b>WarVOX</b> is a product of <a href="http://www.rapid7.com/">Rapid7</a> and is provided as
        free software. WarVOX is intended for legal security assessment, asset inventory,
        and research purposes only. The latest version of WarVOX can be found in <i class="fa fa-github"></i> GitHub at the following url
       -<a href="https://github.com/rapid7/warvox/"> https://github.com/rapid7/warvox/</a>. The primary developer of WarVOX is <a href="mailto:hdm@rapid7.com">HD Moore</a>.
       +<a href="https://github.com/rapid7/warvox/"> https://github.com/rapid7/warvox/</a>. The primary developer of WarVOX is <a href="mailto:x@hdm.io">HD Moore</a>.
        
        </div>
        <div class="span3">
       @@ -91,13 +91,6 @@ and research purposes only. The latest version of WarVOX can be found in <i clas
        
        <tr>
                <td>
       -                Admin User
       -        </td>
       -        <td><%= WarVOX::Config.authentication_creds[0] %></td>
       -</tr>
       -
       -<tr>
       -        <td>
                        GNUPlot
                </td>
                <td><%= WarVOX::Config.tool_path('gnuplot') || "MISSING" %></td>
       @@ -119,6 +112,13 @@ and research purposes only. The latest version of WarVOX can be found in <i clas
        
        <tr>
                <td>
       +                SOX
       +        </td>
       +        <td><%= WarVOX::Config.tool_path('sox') || "MISSING" %></td>
       +</tr>
       +
       +<tr>
       +        <td>
                        KissFFT
                </td>
                <td><%= @has_kissfft %></td>