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:
authorJo Michael <me@mynetx.net>2012-03-17 02:11:57 +0400
committerJo Michael <me@mynetx.net>2012-03-17 02:11:57 +0400
commitb2fd866d87abe49b7003393004dcec8805125362 (patch)
treec3593fe43dc230f17c983e460135071dc4d4371c /show_config_errors.php
parent3b56f6a53b1cb74319fe58308907371ea93f725d (diff)
Leading ./ paths for includes can be omitted, part 2
Diffstat (limited to 'show_config_errors.php')
-rw-r--r--show_config_errors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/show_config_errors.php b/show_config_errors.php
index d3f9dbee71..f130416265 100644
--- a/show_config_errors.php
+++ b/show_config_errors.php
@@ -10,7 +10,7 @@ $GLOBALS['now'] = gmdate('D, d M Y H:i:s') . ' GMT';
PMA_no_cache_header();
header('Content-Type: text/html; charset=utf-8');
-require './libraries/vendor_config.php';
+require 'libraries/vendor_config.php';
error_reporting(E_ALL);
/**