blob: d1df17092f8124adc6bfb349855beac4ffe08972 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
if ($_GET['p'] == 'snap')
phpinfo ();
else
echo "The PHP is doing fairly well last I checked. Thanks for your concern! Love you!
<br />Really I do.
<br />I'd make a heart right now but it would mess up the HTML
<br />I think it's something like and lgt3... I forget.
Consider yourself hearted at though!";
?>
|