19 lines
268 B
PHP
Executable File
19 lines
268 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.
|
|
?>
|
|
|
|
</html>
|
|
<?php
|
|
|
|
/**
|
|
* Sends bufferized data
|
|
*/
|
|
if (isset($cfgOBGzip) && isset($ob_mode)) {
|
|
out_buffer_post($ob_mode);
|
|
}
|
|
?>
|