website/phpinfo.php

7 lines
143 B
PHP
Raw Normal View History

<? // Preamble
$pageName = "PHP Information";
$need = 'auth';
require "parts/preamble.php"; // Load up most of the document
phpinfo ();
?>