revert r695 since we have no way to get the path for awstats.pl at the moment (to appened it to the awbsp command to be able to place it somewhere else then cgi-bin since it doesn't really belong there), so it needs to stay in the same path as we *expect* awstats.pl to be, otherwise it won't work

This commit is contained in:
Robert Foerster (Dessa)
2010-03-27 09:44:45 +00:00
parent 16b7d7f029
commit 70dc03098c

View File

@@ -41,7 +41,7 @@ function awstatsDoSingleDomain($domain, $outputdir)
* debian...pffff, #87
*/
if (!file_exists($awbsp)) {
$awbsp = '/usr/share/doc/awstats/examples/awstats_buildstaticpages.pl';
$awbsp = '/usr/lib/cgi-bin/awstats_buildstaticpages.pl';
}
if (!file_exists($awbsp)) {