- correct path to awstats-folder in traffic-cron, thx to kTitan

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-08 05:47:03 +00:00
parent 5a99950a8f
commit 04c7aae433

View File

@@ -167,7 +167,7 @@ while($row = $db->fetch_array($result))
if($settings['system']['awstats_enabled'] == '1')
{
$httptraffic+= floatval(callAwstatsGetTraffic($domain, $row['documentroot'] . '/webalizer/' . $domain . '/', $domain, $domainlist[$row['customerid']]));
$httptraffic+= floatval(callAwstatsGetTraffic($domain, $row['documentroot'] . '/awstats/', $domain, $domainlist[$row['customerid']]));
}
else
{