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:
authorRouslan Placella <rouslan@placella.com>2011-06-24 16:40:08 +0400
committerRouslan Placella <rouslan@placella.com>2011-06-24 16:40:08 +0400
commit14e88e6f682a91a382443253db12a54d0b2f5cec (patch)
tree8b02a953eceee867fb0a3fcb3c5d2fba0e7d50a1 /db_routines.php
parenteef43b22b2185887c3ad63474e45046db94ca708 (diff)
Small footer fixes
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/db_routines.php b/db_routines.php
index f046648969..5a7060720f 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -438,10 +438,10 @@ if ($GLOBALS['cfg']['Server']['extension'] === 'mysql') {
. 'avoid any problems.'), E_USER_WARNING);
}
+/**
+ * Display the footer, if necessary
+ */
if ($GLOBALS['is_ajax_request'] != true) {
- /**
- * Displays the footer
- */
require './libraries/footer.inc.php';
}