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>2012-06-02 16:43:09 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:04 +0400
commiteb98110541b3b6e8436e004f67f077ad7126af43 (patch)
treedb6c25287e2e1426d788fc09d5d8a389136d3b34 /tbl_indexes.php
parent4d83b7f147bb13bc46586dd13d9a18a1ac5c4b39 (diff)
Dropped footer.inc.php
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index 2eca4f94e9..dc07c9c925 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -320,10 +320,3 @@ echo '<input type="submit" name="add_fields" value="' . __('Go') . '" />' . "\n"
?>
</fieldset>
</form>
-<?php
-
-/**
- * Displays the footer
- */
-require 'libraries/footer.inc.php';
-?>