From: eldy <> Date: Sun, 14 Sep 2003 16:32:31 +0000 (+0000) Subject: Added Webmin module X-Git-Tag: AWSTATS_WEBMIN_1_0_RELEASE~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187add2bedb3d86ba9ff59ab1872e636efb9eafd;p=thirdparty%2FAWStats.git Added Webmin module --- diff --git a/tools/webmin/awstats/edit_config.cgi b/tools/webmin/awstats/edit_config.cgi index b466c3f5..2c3723b6 100644 --- a/tools/webmin/awstats/edit_config.cgi +++ b/tools/webmin/awstats/edit_config.cgi @@ -92,43 +92,32 @@ print &hblink("Help", "help.cgi?param=AllowToUpdateStatsFromBrowser")."

\n"; - - print " $text{'index_advanced'}\n"; - - print "
\n"; - + print " $text{'index_advanced'}\n"; + print "
\n"; print "\n"; - - } else { -print "
OPTIONAL SETUP SECTION (Not required but increase AWStats features)

\n"; - -print " Not available in this version of AWStats Webmin module \n"; - -print "
OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)

\n"; - -print " LevelForRobotsDetection "; -print &hblink("Help", "help.cgi?param=LevelForRobotsDetection")." \n"; -print " LevelForBrowsersDetection "; -print &hblink("Help", "help.cgi?param=LevelForBrowsersDetection")." \n"; -print " LevelForOSDetection "; -print &hblink("Help", "help.cgi?param=LevelForOSDetection")." \n"; -print " LevelForRefererAnalyze "; -print &hblink("Help", "help.cgi?param=LevelForRefererAnalyze")." \n"; + print "
OPTIONAL SETUP SECTION (Not required but increase AWStats features)

\n"; + print " Not available in this version of AWStats Webmin module \n"; + + print "
OPTIONAL ACCURACY SETUP SECTION (Not required but increase AWStats features)

\n"; + print " LevelForRobotsDetection "; + print &hblink("Help", "help.cgi?param=LevelForRobotsDetection")." \n"; + print " LevelForBrowsersDetection "; + print &hblink("Help", "help.cgi?param=LevelForBrowsersDetection")." \n"; + print " LevelForOSDetection "; + print &hblink("Help", "help.cgi?param=LevelForOSDetection")." \n"; + print " LevelForRefererAnalyze "; + print &hblink("Help", "help.cgi?param=LevelForRefererAnalyze")." \n"; + + print "
OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)

\n"; + print " Not available in this version of AWStats Webmin module \n"; -print "
OPTIONAL APPEARANCE SETUP SECTION (Not required but increase AWStats features)

\n"; - -print " Not available in this version of AWStats Webmin module \n"; - -print "

\n"; - - print " $text{'index_hideadvanced'}\n"; - - print "
\n"; - - print "\n"; + print "

\n"; + print " $text{'index_hideadvanced'}\n"; + print "
\n"; + print "\n"; }