Changeset 228


Ignore:
Timestamp:
01/15/2010 07:56:38 PM (3 years ago)
Author:
sullo
Message:

syntax error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/nikto_tests.plugin

    r227 r228  
    8787            nprint("+ $uri - 200/OK Response could be $TESTS{$CHECKID}{message}") if $CLI{display} =~ /3/; 
    8888         } 
    89          elseif ($RES =~ /30([0-3]|7)/) 
     89         elsif ($RES =~ /30([0-3]|7)/) 
    9090         { 
    9191            nprint("+ $uri - Redirects ($RES) to " . $result{'location'} . " , $TESTS{$CHECKID}{message}") if $CLI{display} =~ /1/; 
Note: See TracChangeset for help on using the changeset viewer.