mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
Set the PHP info wanted.
This commit is contained in:
parent
e261fc6fdd
commit
12f95c88b5
1 changed files with 7 additions and 1 deletions
|
@ -3,5 +3,11 @@
|
|||
$need = 'auth';
|
||||
require "parts/preamble.php"; // Load up most of the document
|
||||
|
||||
phpinfo ();
|
||||
$infoWanted = INFO_GENERAL
|
||||
| INFO_CONFIGURATION
|
||||
| INFO_MODULES
|
||||
| INFO_ENVIRONMENT
|
||||
| INFO_VARIABLES;
|
||||
|
||||
phpinfo ($infoWanted);
|
||||
?>
|
Loading…
Reference in a new issue