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:
authorDieter Adriaenssens <ruleant@users.sourceforge.net>2011-08-22 01:36:10 +0400
committerDieter Adriaenssens <ruleant@users.sourceforge.net>2011-08-22 01:36:10 +0400
commite82d3c7136425fbe51ed26f8bf95cf932740ddd8 (patch)
treea20e8e653ba4f400583647b3cd16547b20f1645c /index.php
parent0c6dbb530d4d1b594a72c1f99bf384a46d6f7c92 (diff)
require/include are statements not functions; no parentheses are required
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5e0fa3619a..9add876131 100644
--- a/index.php
+++ b/index.php
@@ -69,7 +69,7 @@ $lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][1];
// start output
-include ('./libraries/header_http.inc.php');
+include './libraries/header_http.inc.php';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">