Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/profile1/phpMyAdmin/
Upload File :
Current File : /var/www/html/mmishra/profile1/phpMyAdmin/show_config_errors.php

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Simple wrapper just to enable error reporting and include config
 *
 * @version $Id: show_config_errors.php 10239 2007-04-01 09:51:41Z cybot_tm $
 */

/**
 *
 */
echo "Starting to parse config file...\n";

error_reporting(E_ALL);
require './config.inc.php';

?>