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 /phpinfo.php
parentb2f3ae5fcfdd8aa881c7abf20ffccdfc583a518a (diff)
coding standard: no braces around include
Diffstat (limited to 'phpinfo.php')
-rw-r--r--phpinfo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpinfo.php b/phpinfo.php
index 461cbf115a..7ce16b5472 100644
--- a/phpinfo.php
+++ b/phpinfo.php
@@ -9,7 +9,7 @@
* Gets core libraries and defines some variables
*/
define( 'PMA_MINIMUM_COMMON', true );
-require_once('./libraries/common.inc.php');
+require_once './libraries/common.inc.php';
/**