- Timestamp:
- 11/20/08 14:46:34 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Configure/Checkers/LoginNameFilterIn.pm
r809 r830 1 # See bottom of file for license and copyright information 2 package Foswiki::Configure::Checkers::LoginNameFilterIn; 3 4 use strict; 5 6 use Foswiki::Configure::Checker; 7 use base 'Foswiki::Configure::Checker'; 8 9 sub check { return shift->checkRE('{LoginNameFilterIn}'); } 10 11 1; 12 __DATA__ 1 13 # 2 14 # Foswiki - The Free Open Source Wiki, http://foswiki.org/ 3 15 # 4 # Copyright (C) 2000-2006 Foswiki Contributors. 16 # Copyright (C) 2008 Foswiki Contributors. All Rights Reserved. 17 # Foswiki Contributors are listed in the AUTHORS file in the root 18 # of this distribution. NOTE: Please extend that file, not this notice. 19 # 20 # Additional copyrights apply to some or all of the code in this 21 # file as follows: 22 # 23 # Copyright (C) 2000-2006 TWiki Contributors. All Rights Reserved. 24 # TWiki Contributors are listed in the AUTHORS file in the root 25 # of this distribution. NOTE: Please extend that file, not this notice. 5 26 # 6 27 # This program is free software; you can redistribute it and/or … … 15 36 # 16 37 # As per the GPL, removal of this notice is prohibited. 17 package Foswiki::Configure::Checkers::LoginNameFilterIn;18 19 use strict;20 21 use Foswiki::Configure::Checker;22 use base 'Foswiki::Configure::Checker';23 24 sub check { return shift->checkRE('{LoginNameFilterIn}'); }25 26 1;
Note: See TracChangeset
for help on using the changeset viewer.
