~ubuntu-branches/ubuntu/saucy/awstats/saucy

« back to all changes in this revision

Viewing changes to wwwroot/cgi-bin/plugins/geoip_org_maxmind.pm

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2013-02-22 19:33:53 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130222193353-kxadnnphaxmxlpp4
Tags: 7.1~dfsg-1
* Ensure that backwards compatible Java bytecode is built (Closes:
  #687414)
* Add option to easy switch off awstats crontabs.  Install symlink for
  awstats binary to /usr/bin.  Closes: #641481.
* Drop deprecated DMUA flag
* Link missing mime-icons to notavailable.png (Closes: #690379)
* Fix lintian unused-license-paragraph-in-dep5-copyright (Add comment
  for Files: wwwroot/icon/mime/*)
* Fix lintian copyright-refers-to-symlink-license (GPL -> GPL-1+)
* Install manpage
* Imported Upstream version 7.1~dfsg
* Update patches for new release
* Fix executable bit on awstats.pl
* Bump up Standards-Version (to 3.9.4)
* Change license for wwwroot/icon/mime/* icons (Closes: #698921)
* Update watch file for 7.x
* Add debian/icons/firefox.png to include-binaries
* Update DEB_UPSTREAM_TARBALL* stuff in rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#-----------------------------------------------------------------------------
7
7
# Perl Required Modules: Geo::IP or Geo::IP::PurePerl
8
8
#-----------------------------------------------------------------------------
9
 
# $Revision: 1.18 $ - $Author: eldy $ - $Date: 2010/08/23 21:55:34 $
 
9
# $Revision: 1.19 $ - $Author: eldy $ - $Date: 2012/10/15 18:12:44 $
10
10
 
11
11
 
12
12
# <-----
64
64
        my $InitParams=shift;
65
65
        my $checkversion=&Check_Plugin_Version($PluginNeedAWStatsVersion);
66
66
    $MAXNBOFSECTIONGIR=10;
67
 
    $MAXLENGTH=20;
 
67
    $MAXLENGTH=50;
68
68
    
69
69
        # <-----
70
70
        # ENTER HERE CODE TO DO INIT PLUGIN ACTIONS