$cfg['OBGzip'] = 'auto' created and set to default.

This commit is contained in:
Garvin Hicking
2003-07-09 09:02:41 +00:00
parent 8e13b6923d
commit e505c393f0
6 changed files with 25 additions and 4 deletions

View File

@@ -111,6 +111,7 @@ var errorMsg2 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strNotValidNum
}
echo "\n";
?>
<meta name="OBGZip" value="<?php echo ($cfg['OBGzip'] ? 'true' : 'false'); ?>" />
</head>