This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AbetoArmarios_Web/Source/www/phpmyadmin/show_config_errors.php

13 lines
283 B
PHP
Raw Normal View History

<?php
/* $Id: show_config_errors.php 8776 2006-03-16 22:15:07Z nijel $ */
// vim: expandtab sw=4 ts=4 sts=4:
/* Simple wrapper just to enable error reporting and include config */
echo "Starting to parse config file...\n";
error_reporting(E_ALL);
require('./config.inc.php');
?>