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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user