Files
phpmyadmin/footer.inc.php3
2001-08-22 14:55:11 +00:00

22 lines
307 B
PHP
Executable File

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