- fixed link to awstats in customer-panel (domain-overview), fixes #137
This commit is contained in:
@@ -126,7 +126,7 @@ elseif($page == 'domains')
|
||||
{
|
||||
$row = htmlentities_array($domain_array[$sortkey]);
|
||||
if($settings['system']['awstats_enabled'] == '1') {
|
||||
$statsapp = 'awstats/'.$row['domain'].'/';
|
||||
$statsapp = 'awstats';
|
||||
} else {
|
||||
$statsapp = 'webalizer';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user