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ř <michal@cihar.com>2008-11-24 14:05:40 +0300
committerMichal Čihař <michal@cihar.com>2008-11-24 14:05:40 +0300
commit56941e509cc8d9f41d4e6f75226b8aaab2731283 (patch)
tree38cd67e5542e9064d8975cb65d82bf2b2a406441 /show_config_errors.php
parent688c9986de652999730e558bb53f5557057de878 (diff)
Adding @package, second part.
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';
?>