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')
-rwxr-xr-xthemes.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes.php b/themes.php
index a996030f46..e58933fa4c 100755
--- a/themes.php
+++ b/themes.php
@@ -8,13 +8,13 @@
/**
* get some globals
*/
-require_once './libraries/common.inc.php';
+require './libraries/common.inc.php';
/* Theme Select */
$path_to_themes = $cfg['ThemePath'] . '/';
/* set language and charset */
-require_once './libraries/header_http.inc.php';
+require './libraries/header_http.inc.php';
/* HTML header */
$page_title = 'phpMyAdmin - ' . __('Theme / Style');