mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fixed months associations for awstats index
This commit is contained in:
parent
2981759550
commit
f182841fda
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ build_awstats() {
|
|||
grep -v icon | sort -r )
|
||||
for link in $months; do
|
||||
year=$(echo $link |cut -f 1 -d \-)
|
||||
month=$(echo $link |cut -f 2 -d \-)
|
||||
month=$(echo $link |cut -f 2 -d \-| sed -e "s/^0//")
|
||||
case "$month" in
|
||||
1) month='January';;
|
||||
2) month='February';;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue