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.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/show_config_errors.php b/show_config_errors.php
index a00cf84b18..7b13c812a4 100644
--- a/show_config_errors.php
+++ b/show_config_errors.php
@@ -1,9 +1,14 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
-/* $Id$ */
-
-/* Simple wrapper just to enable error reporting and include config */
+/**
+ * Simple wrapper just to enable error reporting and include config
+ *
+ * @version $Id$
+ */
+/**
+ *
+ */
echo "Starting to parse config file...\n";
error_reporting(E_ALL);