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 'themes.php')
-rw-r--r--themes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes.php b/themes.php
index 6d55e3d6ad..6edbeaa024 100644
--- a/themes.php
+++ b/themes.php
@@ -8,7 +8,7 @@
/**
* get some globals
*/
-require_once('./libraries/common.lib.php');
+require_once('./libraries/common.inc.php');
/* Theme Select */
$path_to_themes = $cfg['ThemePath'] . '/';