--- projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/KeyChecker__Plugin.java 2002/05/18 18:16:02 1.2 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/plugins/KeyChecker__Plugin.java 2002/05/21 16:47:18 1.3 @@ -1,5 +1,6 @@ /* * i-scream central monitoring system + * http://www.i-scream.org.uk * Copyright (C) 2000-2002 i-scream * * This program is free software; you can redistribute it and/or @@ -32,7 +33,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * UDP packet is currently valid. * * @author $Author: tdb $ - * @version $Id: KeyChecker__Plugin.java,v 1.2 2002/05/18 18:16:02 tdb Exp $ + * @version $Id: KeyChecker__Plugin.java,v 1.3 2002/05/21 16:47:18 tdb Exp $ */ public class KeyChecker__Plugin implements PluginFilter { @@ -41,7 +42,7 @@ public class KeyChecker__Plugin implements PluginFilte /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.2 $"; + public final String REVISION = "$Revision: 1.3 $"; public final String DESC = "Checks the key attribute in the packet attributes. This key must be valid and current for the packet to be allowed through.";