Files @ 3be168914a12
Branch filter:

Location: DistRen/htdocs/sql/show_config_errors.php

ethanzonca
Added web interface fileshg commit -h
<?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';

?>