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