No need for require_once in these files.

This commit is contained in:
Michal Čihař
2010-07-26 16:44:47 +02:00
parent ebc3f1b3c6
commit f700a73c81
2 changed files with 4 additions and 4 deletions

View File

@@ -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');