summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpd/cgi-bin/check8
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 19b6580..575f1da 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -9,7 +9,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.221 2002-08-30 07:35:02 duerst Exp $
+# $Id: check,v 1.222 2002-08-30 07:39:39 duerst Exp $
#
# Disable buffering on STDOUT!
@@ -95,7 +95,7 @@ BEGIN {
#
# Strings
- $VERSION = q$Revision: 1.221 $;
+ $VERSION = q$Revision: 1.222 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
@@ -151,7 +151,7 @@ $File->{'Header'} = &prepSSI({
});
$File->{'Footer'} = &prepSSI({
File => $CFG->{'Footer'},
- Date => q$Date: 2002-08-30 07:35:02 $,
+ Date => q$Date: 2002-08-30 07:39:39 $,
});
#
@@ -2012,7 +2012,7 @@ sub charset_conflicts {
#
# warn about charset override
if ($File->{Charset}->{Override} &&
- &conflict($File->{Charset}->{Override}, $File->{Charset}->{Use})) {
+ $File->{Charset}->{Override} ne $File->{Charset}->{Use}) {
&add_warning($File, <<" .EOF.");
<strong>Character Encoding Override in effect!</strong>
The detected character encoding,