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:
authorMichal Čihař <mcihar@suse.cz>2011-06-22 11:29:14 +0400
committerMichal Čihař <mcihar@suse.cz>2011-06-22 11:29:14 +0400
commitee0b2fee370e044c960914cb97253cf17d8024fa (patch)
treea5211effe996463733aaed8427389f6f63348e3c /show_config_errors.php
parentcf905b6afe6982d8fdbe5e459f213798f03a521c (diff)
Better error message when config file can not be parsed
- shorter text - directly show errors in iframe instead saying user to load other page
Diffstat (limited to 'show_config_errors.php')
-rw-r--r--show_config_errors.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/show_config_errors.php b/show_config_errors.php
index 9024fec22d..3ef1764351 100644
--- a/show_config_errors.php
+++ b/show_config_errors.php
@@ -8,8 +8,6 @@
require './libraries/vendor_config.php';
-echo "Starting to parse config file...\n";
-
error_reporting(E_ALL);
/**
* Read config file.