From e261fc6fddc63e08b05ea685d3848ffd0f299c6e Mon Sep 17 00:00:00 2001
From: Jeff Teunissen
+ See information on the PHP implementation on the server + here. +
\ No newline at end of file diff --git a/phpinfo.php b/phpinfo.php new file mode 100644 index 0000000..7196289 --- /dev/null +++ b/phpinfo.php @@ -0,0 +1,7 @@ + // Preamble + $pageName = "PHP Information"; + $need = 'auth'; + require "parts/preamble.php"; // Load up most of the document + + phpinfo (); +?> \ No newline at end of file