]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
webmin: removed unused file
authoreldy <>
Mon, 22 Sep 2003 00:38:27 +0000 (00:38 +0000)
committereldy <>
Mon, 22 Sep 2003 00:38:27 +0000 (00:38 +0000)
tools/webmin/awstats/view_config.cgi [deleted file]

diff --git a/tools/webmin/awstats/view_config.cgi b/tools/webmin/awstats/view_config.cgi
deleted file mode 100644 (file)
index ea855d9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/perl
-# view_log.cgi
-# Display the report for some log file
-
-require './awstats-lib.pl';
-&ReadParse();
-
-$escaped = $1;
-$file = $2;
-$config = &un_urlize($escaped);
-$file =~ /\.\./ || $file =~ /\<|\>|\||\0/ && &error($text{'view_efile'});
-
-if (! $access{'view'}) { &error($text{'view_ecannot'}); }
-
-
-# Display file contents
-&header($title || $text{'view_title'}, "");
-print "<hr>\n";
-my $command="$conf{'awstats'} -output -config=$file";
-print "<hr>\n";
-