From f700a73c81668adcc59d0ccc24ca89ab87bd3663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 26 Jul 2010 16:44:47 +0200 Subject: No need for require_once in these files. --- themes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes.php') diff --git a/themes.php b/themes.php index a996030f46..e58933fa4c 100644 --- 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'); -- cgit v1.2.3