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:
authorlorilee <leelorik@gmail.com>2010-07-27 00:42:42 +0400
committerlorilee <leelorik@gmail.com>2010-07-27 00:42:42 +0400
commit2a59451ac5bb593da66d8787745f5509ec8b27fc (patch)
treed65c29b89ce18869d366d4d304393cc82eabeb8f /db_export.php
parent723a71c0145f4ccb91db23f878fefa203ce71ca6 (diff)
parent41bc587ed4494d21e7b69647a1235d2ca405c8ea (diff)
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts: server_export.php
Diffstat (limited to 'db_export.php')
-rw-r--r--db_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_export.php b/db_export.php
index 55a72549c3..c1fb9a731a 100644
--- a/db_export.php
+++ b/db_export.php
@@ -74,5 +74,5 @@ require_once './libraries/display_export.lib.php';
/**
* Displays the footer
*/
-require_once './libraries/footer.inc.php';
+require './libraries/footer.inc.php';
?>