mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 05:14:08 -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"
|
wwwroot="/usr/share/awstats/wwwroot"
|
||||||
opts="-config=$domain -staticlinks -update -output"
|
opts="-config=$domain -staticlinks -update -output"
|
||||||
month=$(date "+%Y-%m")
|
month=$(date "+%Y-%m")
|
||||||
output='alldomains allhosts lasthosts unknownip allemails lastemails
|
output='alldomains allhosts lasthosts unknownip allrobots lastrobots
|
||||||
allemailr lastemailr alllogins lastlogins allrobots lastrobots
|
urldetail urlentry urlexit osdetail browserdetail unknownbrowser
|
||||||
urldetail urldetail:filter urlentry urlentry:filter urlexit
|
unknownos refererse refererpages keyphrases keywords errors404'
|
||||||
urlexit:filter osdetail browserdetail unknownbrowser unknownos
|
|
||||||
refererse refererpages keyphrases keywords errors404 allextraX'
|
|
||||||
|
|
||||||
# Checking statistics directory
|
# Checking statistics directory
|
||||||
if [ ! -e "$dir/$month" ]; then
|
if [ ! -e "$dir/$month" ]; then
|
||||||
|
@ -124,7 +122,6 @@ build_awstats() {
|
||||||
done
|
done
|
||||||
cat $WEBTPL/awstats_nav.tpl | sed -e "s/%select_month%/$select_m/" >\
|
cat $WEBTPL/awstats_nav.tpl | sed -e "s/%select_month%/$select_m/" >\
|
||||||
$dir/nav.html
|
$dir/nav.html
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Switching on statistics type
|
# Switching on statistics type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue