+ hMailServer Bandwidth Calculation. Note: AWStats Logging must be enabled in Admin.
+ hMailserver Extra Mail Account Information/Settings on Edit Page. + hMailServer Forwarding Fixes + AWStats version 7 detection
This commit is contained in:
parent
0ae5ff96b5
commit
77aa23f87a
7 changed files with 505 additions and 128 deletions
|
@ -343,7 +343,7 @@ namespace WebsitePanel.Providers.Statistics
|
|||
|
||||
string[] split = versionNumber.Split(new char[] { '.' });
|
||||
|
||||
return split[0].Equals("6");
|
||||
return split[0].Equals("6") | split[0].Equals("7");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue