Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server_binlog.php')
-rw-r--r--server_binlog.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/server_binlog.php b/server_binlog.php
index 679674bc57..81fa58c8e3 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -202,12 +202,3 @@ while ($value = PMA_DBI_fetch_assoc($result)) {
?>
</tbody>
</table>
-<?php
-
-
-/**
- * Sends the footer
- */
-require 'libraries/footer.inc.php';
-
-?>