PHP INFO Page
View the current PHP information for your server
Ensure this is saved as a '.php' file
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
Supported By Air-Gap