merge Loic's version
This commit is contained in:
@@ -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);
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user