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:
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 d541c3ce2c..7fed434b8e 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);
/**