merge Loic's version

This commit is contained in:
Marc Delisle
2001-07-30 21:21:19 +00:00
parent 5e29b9ec10
commit 0ab0ad63b1
37 changed files with 5108 additions and 3655 deletions

View File

@@ -1,9 +1,18 @@
</td>
</tr>
</table>
</body>
<?php
/* $Id$ */
// In this file you may add PHP or HTML statements that will be used to define
// the footer for phpMyAdmin pages.
?>
</html>
<?php
if (isset($cfgOBGzip) && isset($ob_mode))
out_buffer_post($ob_mode);
?>
/**
* Sends bufferized data
*/
if (isset($cfgOBGzip) && isset($ob_mode)) {
out_buffer_post($ob_mode);
}
?>