repo.or.cz
/
openemr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reverted the left nav pane to its original size
[openemr.git]
/
phpmyadmin
/
show_config_errors.php
blob
2b6508fd03f9891af6882faac3dcbc778c5e3c33
1
<
?php
2
/* vim: set expandtab sw=4 ts=4 sts=4: */
3
/**
4
* Simple wrapper just to enable error reporting and include config
5
*
6
* @version $Id$
7
*/
8
9
/**
10
*
11
*/
12
echo
"Starting to parse config file...
\n
"
;
13
14
error_reporting
(
E_ALL
);
15
require
'./config.inc.php'
;
16
17
?
>