mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
removed redundand awstats formats
This commit is contained in:
parent
8d85453755
commit
cd58c23bf3
1 changed files with 3 additions and 6 deletions
|
@ -64,11 +64,9 @@ build_awstats() {
|
|||
wwwroot="/usr/share/awstats/wwwroot"
|
||||
opts="-config=$domain -staticlinks -update -output"
|
||||
month=$(date "+%Y-%m")
|
||||
output='alldomains allhosts lasthosts unknownip allemails lastemails
|
||||
allemailr lastemailr alllogins lastlogins allrobots lastrobots
|
||||
urldetail urldetail:filter urlentry urlentry:filter urlexit
|
||||
urlexit:filter osdetail browserdetail unknownbrowser unknownos
|
||||
refererse refererpages keyphrases keywords errors404 allextraX'
|
||||
output='alldomains allhosts lasthosts unknownip allrobots lastrobots
|
||||
urldetail urlentry urlexit osdetail browserdetail unknownbrowser
|
||||
unknownos refererse refererpages keyphrases keywords errors404'
|
||||
|
||||
# Checking statistics directory
|
||||
if [ ! -e "$dir/$month" ]; then
|
||||
|
@ -124,7 +122,6 @@ build_awstats() {
|
|||
done
|
||||
cat $WEBTPL/awstats_nav.tpl | sed -e "s/%select_month%/$select_m/" >\
|
||||
$dir/nav.html
|
||||
|
||||
}
|
||||
|
||||
# Switching on statistics type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue