Menu

[r11]: / includes / phpmyadmin / footer.inc.php  Maximize  Restore  History

Download this file

24 lines (18 with data), 405 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
#Application name: PhpCollab
#Status page: 0
/* $Id: footer.inc.php,v 1.1 2003/07/02 14:47:06 fullo Exp $ */
// 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);
}
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.