diff --git a/waccess b/waccess index 43c3a7f..0e549a7 100755 --- a/waccess +++ b/waccess @@ -1,6 +1,6 @@ #!/usr/bin/env python # waccess - Copyright (c) 2001,2002, TundraWare Inc., All Rights Reserved -# $Id: waccess,v 1.65 2002/09/02 19:25:19 tundra Exp $ +# $Id: waccess,v 1.66 2002/09/03 03:07:46 tundra Exp $ # # Look for selected strings passed on the command line in the http access log. @@ -30,7 +30,7 @@ # be partial IP quads. If IGNOREDFILE exists, its contents will # be appended to the IGNORED data structure at program startup. -IGNORED = ["127.0", "192.168.0."] +IGNORED = ["127.0", ] IGNOREDFILE = os.path.join(os.getenv("HOME"), ".waccessignored")