]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update doc
authorLaurent Destailleur <eldy@destailleur.fr>
Wed, 23 Jul 2014 07:50:10 +0000 (09:50 +0200)
committerLaurent Destailleur <eldy@destailleur.fr>
Wed, 23 Jul 2014 07:50:10 +0000 (09:50 +0200)
make/makepack-howto.txt
wwwroot/cgi-bin/awstats.pl

index 568cdf5fec4ecfbbdfa165bee836bd43078fbc60..ccb1b99786a4260a783f3d76f36dd55d94f9620e 100644 (file)
@@ -13,7 +13,7 @@
 - makepack sur webmin
 - makepack sur awstats (If on linux copy awstats_logo1.gif into $RPMDIR/SOURCES)
 - Check content of built packages.
-- Move build files into "files" directory
+- Move build files into "files" directory. Copy them into short name awstats.zip and awstats.tar.gz
 - Update web site page index.php
 - Upload files and web site on web server
 
index f32b09356a00f2595e0771fe511e26392d28059b..7b3df5d47accde2c44a332982939b78e99130636 100755 (executable)
@@ -9931,9 +9931,7 @@ sub HTMLTopBanner{
                        $NewLinkParams =~ s/(&amp;|&)+/&amp;/i;
                        $NewLinkParams =~ s/^&amp;//;
                        $NewLinkParams =~ s/&amp;$//;
-                       if ($NewLinkParams) {
-                               $NewLinkParams = "${NewLinkParams}&amp;";
-                       }
+                       if ($NewLinkParams) { $NewLinkParams = "${NewLinkParams}&amp;"; }
                        print "&nbsp; &nbsp; &nbsp; &nbsp;";
                        print "<a href=\""
                          . XMLEncode("$AWScript${NewLinkParams}update=1")