File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
install/deb/templates/web/awstats Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ cat $WEBTPL/$type/$type.tpl |\
7575 -e " s|%domain%|$domain |g" \
7676 -e " s|%user%|$user |g" \
7777 -e " s|%home%|$HOMEDIR |g" \
78- -e " s|%alias%|${aliases // , / } |g" \
78+ -e " s|%alias%|$stats_alias |g" \
7979 -e " s|%alias_idn%|$stats_alias |g" \
8080 > $HOMEDIR /$user /conf/web/$domain /$type .conf
8181
Original file line number Diff line number Diff line change 33 <meta http-equiv =" Content-Type" content =" text/html; charset=utf-8" >
44 <title >Awstats log analyzer </title >
55</head >
6- <frameset rows =" 60 ,*" cols =" *" >
6+ <frameset rows =" 80 ,*" cols =" *" >
77 <frame src =" nav.html" name =" nav" scrolling =" no" noresize >
88 <frame src =" %month%/index.html" name =" stats" >
99</frameset >
Original file line number Diff line number Diff line change 1010<body >
1111<table width =" 100%" border =" 0" cellspacing =" 0" cellpadding =" 0" >
1212<tr >
13- <td ><img src =" logo.png" alt =" hestia" ></td >
13+ <td ><img src =" logo.png" alt =" hestia" height = " 60px " width = " 60px " ></td >
1414 <td ><form name =" period" action =" " method =" get" >
1515 <select name =" select" ONCHANGE =" change()" >
1616%select_month%
You can’t perform that action at this time.
0 commit comments