website/phpinfo.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 ();
?>