5 // In this file you may add PHP or HTML statements that will be used to define
6 // the footer for phpMyAdmin pages.
9 * Close MySql non-persistent connections
11 if (isset($dbh) && $dbh) {
14 if (isset($userlink) && $userlink) {
15 @mysql_close
($userlink);
25 * Sends bufferized data
27 if (isset($cfgOBGzip) && $cfgOBGzip
28 && isset($ob_mode) && $ob_mode) {
29 PMA_outBufferPost($ob_mode);