]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added worms detection.
authoreldy <>
Mon, 22 Dec 2003 01:43:51 +0000 (01:43 +0000)
committereldy <>
Mon, 22 Dec 2003 01:43:51 +0000 (01:43 +0000)
tools/webmin/awstats/awstats-webmin_changelog.txt
tools/webmin/awstats/edit_config.cgi

index bcf6b35cef08a17b875dd9cec10b6ffb5ecf527d..90ead4e779c29c4fb1305be6b44b667abda594d2 100644 (file)
@@ -14,6 +14,7 @@ New features/improvements:
   BuildHistoryFormat
   BuildReportFormat
   LevelForFileTypesDetection
+  LevelForWormsDetection
   URLWithQueryWithOnlyFollowingParameters
   ShowWormsStats
 - Removed LinkToIPWhoIs and LinkToWhoIs obsolete parameters.
index a741fa084e3b57029191499fe2f51b50ca8e3f58..bfe25cb6d18352879c2a3f56780164d1b4adeba4 100644 (file)
@@ -236,6 +236,8 @@ if ($in{'advanced'} == 2) {
        print &hblink($text{'help_help'}, "help.cgi?param=LevelForRefererAnalyze")." </td> </tr>\n";
        print "<tr> <td><b>LevelForFileTypesDetection</b></td> <td> <input size=10 type=text name=LevelForFileTypesDetection value='$lconf->{'LevelForFileTypesDetection'}'> </td> <td> ";
        print &hblink($text{'help_help'}, "help.cgi?param=LevelForFileTypesDetection")." </td> </tr>\n";
+       print "<tr> <td><b>LevelForWormsDetection</b></td> <td> <input size=10 type=text name=LevelForWormsDetection value='$lconf->{'LevelForWormsDetection'}'> </td> <td> ";
+       print &hblink($text{'help_help'}, "help.cgi?param=LevelForWormsDetection")." </td> </tr>\n";
        print "<tr> <td colspan=3 align=center><a href='edit_config.cgi?".($in{'new'}?"new=1&":"")."&file=$in{'file'}'>$text{'index_hideadvanced'}</a></td></tr>\n";
 } else {
        print "<tr> <td colspan=3 align=center><a href='edit_config.cgi?".($in{'new'}?"new=1&":"")."advanced=2&file=$in{'file'}'>$text{'index_advanced2'}</a></td></tr>\n";