diff options
-rwxr-xr-x | httpd/cgi-bin/check | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 554779c..d6f69d2 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -80,6 +80,7 @@ use constant T_ERROR => 8; # 0000 1000 # # Define global variables. use vars qw($DEBUG $CFG %RSRC $VERSION); +$VERSION = '1.1'; use constant IS_MODPERL2 => (exists($ENV{MOD_PERL_API_VERSION}) && $ENV{MOD_PERL_API_VERSION} >= 2); @@ -189,11 +190,6 @@ EOF $DEBUG = FALSE; } - # - # Strings - $VERSION = q$Revision: 1.781 $; - $VERSION =~ s/Revision: ([\d\.]+) /$1/; - # Read friendly error message file # 'en_US' should be replaced by $lang for lang-neg %RSRC = Config::General->new( |