<?php
// Alternative phpinfo page
phpinfo(INFO_VARIABLES);
// Exposes: All PHP variables including $_SERVER, $_ENV, etc.
?>

