]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Send configdir parameter to awstats.
authoreldy <>
Tue, 29 Jul 2003 21:57:35 +0000 (21:57 +0000)
committereldy <>
Tue, 29 Jul 2003 21:57:35 +0000 (21:57 +0000)
tools/awstats_updateall.pl

index 34d2553d139391821f1ce8bb5aee51c8e4e595e9..34c52d4b0974372109f23af19295b131c4c23791 100644 (file)
@@ -29,7 +29,6 @@ for (0..@ARGV-1) {
        if ($ARGV[$_] =~ /^-*h/i)                        { $helpfound=1; last; }
        if ($ARGV[$_] =~ /^-*awstatsprog=(.*)/i) { $AWSTATSSCRIPT="$1"; next; }
        if ($ARGV[$_] =~ /^-*configdir=(.*)/i)   { $DIRCONFIG="$1"; next; }
-       if ($ARGV[$_] =~ /^-*confdir=(.*)/i)     { $DIRCONFIG="$1"; next; }     # For backward compatibility
        if ($ARGV[$_] =~ /^now/i)                        { $nowfound=1; next; }
 }