Gzip Support
This commit is contained in:
@@ -236,6 +236,14 @@ if($cfgBookmark['db'] && $cfgBookmark['table'])
|
||||
<td>
|
||||
<input type="checkbox" name="asfile" value="sendit"><?php echo $strSend;?>
|
||||
</td>
|
||||
<?php
|
||||
// gzip encode feature
|
||||
if(function_exists("gzencode")) {
|
||||
echo "<td>\n";
|
||||
echo "<input type=\"checkbox\" name=\"gzip\" value=\"gzip\">".$strGzip."\n";
|
||||
echo "</td>\n";
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
@@ -270,4 +270,7 @@ $strYes = "Yes";
|
||||
$strBinary="Binary";
|
||||
$strBinaryDoNotEdit="Binary - do not edit";
|
||||
$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English ";
|
||||
|
||||
// export Zip (July 07, 2001, 19:48am)
|
||||
$strGzip="Gzip";
|
||||
?>
|
||||
|
@@ -267,4 +267,7 @@ $strWelcome = "Bienvenue
|
||||
$strWrongUser = "Erreur d'utilisateur/mot de passe. Acc<63>s refus<75>";
|
||||
|
||||
$strYes = "Oui";
|
||||
|
||||
// export Zip (July 07, 2001, 19:48am)
|
||||
$strGzip="Gzip";
|
||||
?>
|
||||
|
@@ -405,6 +405,14 @@ echo " $strSingly\n";
|
||||
<td>
|
||||
<input type="checkbox" name="asfile" value="sendit"><?php echo $strSend;?>
|
||||
</td>
|
||||
<?php
|
||||
// gzip encode feature
|
||||
if(function_exists("gzencode")) {
|
||||
echo "<td>\n";
|
||||
echo "<input type=\"checkbox\" name=\"gzip\" value=\"gzip\">".$strGzip."\n";
|
||||
echo "</td>\n";
|
||||
}
|
||||
?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user