]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
webmin: added management of plugins
authoreldy <>
Mon, 22 Sep 2003 03:41:55 +0000 (03:41 +0000)
committereldy <>
Mon, 22 Sep 2003 03:41:55 +0000 (03:41 +0000)
tools/webmin/awstats/index.cgi

index ccf0a2a5a7526815d7335021ec7645be90433329..c08f5e54c381314085d0b7b7515edf2cfa81d3bf 100644 (file)
@@ -24,7 +24,7 @@ $out = `$config{'awstats'} 2>&1`;
 if ($out !~ /^----- awstats (\S+)\.(\S+)\s(\S+\s\S+)/) {
        &header($text{'index_title'}, "", undef, 1, 1, 0, undef);
 
-       if ($out =~ /^Content-type/) {
+       if ($out =~ /^content-type/i) {
                # To old version. Does not support CLI launch from CGI_GATEWAY interface
                print "<p>",&text('index_eversion', "<tt>$config{'awstats'}</tt>", "5.7 or older", "5.8"),"<p>\n";
                print "<hr>\n";