Changeset 455 for trunk/plugins/nikto_core.plugin
- Timestamp:
- 06/18/2010 03:23:53 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/nikto_core.plugin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/nikto_core.plugin
r454 r455 698 698 else { $OUTPUT{'show_auth'}=1; } 699 699 } 700 elsif ($key eq 'q'){700 elsif (($key eq 'q') || (ord($key) eq 3)){ 701 701 safe_quit(); 702 702 }
Note: See TracChangeset
for help on using the changeset viewer.