Blob Blame History Raw
diff -up ./nikto.pl.orig ./nikto.pl
--- ./nikto.pl.orig	2009-04-01 03:13:26.000000000 +0200
+++ ./nikto.pl	2009-04-01 03:13:44.000000000 +0200
@@ -68,9 +68,9 @@ require "$NIKTO{plugindir}/nikto_core.pl
 nprint("T:$STARTTIME: Starting", "d");
 require "$NIKTO{plugindir}/nikto_reports.plugin";    ### Change this line if your setup is having trouble finding it
 require "$NIKTO{plugindir}/nikto_single.plugin";     ### Change this line if your setup is having trouble finding it
-require "$NIKTO{plugindir}/LW2.pm";                  ### Change this line if your setup is having trouble finding it
+#require "$NIKTO{plugindir}/LW2.pm";                  ### Change this line if your setup is having trouble finding it
 
-# use LW2;					     ### Change this line to use a different installed version
+use LW2;					     ### Change this line to use a different installed version
 
 ($a, $b) = split(/\./, $LW2::VERSION);
 die("- You must use LW2 2.4 or later\n") if ($a != 2 || $b < 4);