mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
7 lines
143 B
PHP
7 lines
143 B
PHP
|
<? // Preamble
|
||
|
$pageName = "PHP Information";
|
||
|
$need = 'auth';
|
||
|
require "parts/preamble.php"; // Load up most of the document
|
||
|
|
||
|
phpinfo ();
|
||
|
?>
|