Skip to content

Instantly share code, notes, and snippets.

@co3k
Created February 16, 2012 01:37
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 co3k/1840714 to your computer and use it in GitHub Desktop.
Save co3k/1840714 to your computer and use it in GitHub Desktop.
<?php header('Content-Type: text/plain') ?>
PHP Version: <?php echo phpversion().PHP_EOL ?>
magic_quotes_gpc: <?php echo ini_get('magic_quotes_gpc').PHP_EOL ?>
$_GET['a']: <?php echo $_GET['a'].PHP_EOL; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment