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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 13:51:41 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-04-01 13:51:41 +0400
commitadb39168cc384d7a808f836cf2e9f9585b82f864 (patch)
treeb1c9366baf0b0a405105242a90ab24908eba2342 /themes.php
parentb2f3ae5fcfdd8aa881c7abf20ffccdfc583a518a (diff)
coding standard: no braces around include
Diffstat (limited to 'themes.php')
-rw-r--r--themes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes.php b/themes.php
index 6edbeaa024..d12c9fe85a 100644
--- a/themes.php
+++ b/themes.php
@@ -8,17 +8,17 @@
/**
* get some globals
*/
-require_once('./libraries/common.inc.php');
+require_once './libraries/common.inc.php';
/* Theme Select */
$path_to_themes = $cfg['ThemePath'] . '/';
/* set language and charset */
-require_once('./libraries/header_http.inc.php');
+require_once './libraries/header_http.inc.php';
/* HTML header */
$page_title = 'phpMyAdmin - ' . $strTheme;
-require('./libraries/header_meta_style.inc.php');
+require './libraries/header_meta_style.inc.php';
?>
<script type="text/javascript" language="javascript">
// <![CDATA[