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 'db_structure.php')
-rw-r--r--db_structure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.php b/db_structure.php
index 390208d3aa..95bea781a8 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -8,7 +8,7 @@
/**
*
*/
-require_once './libraries/common.lib.php';
+require_once './libraries/common.inc.php';
require_once './libraries/Table.class.php';
/**