Created
February 16, 2012 01:37
-
-
Save co3k/1840714 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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