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.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/show_config_errors.php b/show_config_errors.php
index 2b6508fd03..e9bb4e5b62 100644
--- a/show_config_errors.php
+++ b/show_config_errors.php
@@ -4,14 +4,15 @@
* Simple wrapper just to enable error reporting and include config
*
* @version $Id$
+ * @package phpMyAdmin
*/
-/**
- *
- */
echo "Starting to parse config file...\n";
error_reporting(E_ALL);
+/**
+ * Read config file.
+ */
require './config.inc.php';
?>