Skip to content

Instantly share code, notes, and snippets.

@racztiborzoltan
Last active July 20, 2018 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save racztiborzoltan/18aba66f41b95a64f03b to your computer and use it in GitHub Desktop.
Save racztiborzoltan/18aba66f41b95a64f03b to your computer and use it in GitHub Desktop.
phpinfo.php with links on top
<center><?php array_map(function($i){ echo '<a href="?info='.$i.'">'.$i.'</a> | ';}, array('ALL','GENERAL','CREDITS','CONFIGURATION','MODULES','ENVIRONMENT','VARIABLES','LICENSE'));?></center>
<?php phpinfo(@constant('INFO_'.((isset($_GET['info']))?$_GET['info']:'ALL')));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment