repo.or.cz
/
phpmyadmin
/
arisferyanto.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2.9.2-rc1
[phpmyadmin/arisferyanto.git]
/
phpinfo.php
blob
add1f181e0b4345e32803af3431d3f3d7bd32352
1
<
?php
2
/* $Id$ */
3
// vim: expandtab sw=4 ts=4 sts=4:
4
5
6
/**
7
* Gets core libraries and defines some variables
8
*/
9
define
(
'PMA_MINIMUM_COMMON'
,
true
);
10
require_once
(
'./libraries/common.lib.php'
);
11
12
13
/**
14
* Displays PHP information
15
*/
16
if
(
$GLOBALS
[
'cfg'
][
'ShowPhpInfo'
] ) {
17
phpinfo
();
18
}
19
?
>