summaryrefslogtreecommitdiffstats
path: root/phpinfo.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-12 17:57:07 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-03-12 17:57:07 -0700
commitd9958bde9c3feddf15eced5c786c164db21b1efe (patch)
tree6ecf65a0dbe38532cf65c8821ae7673092768cfe /phpinfo.php
parent204718e6c644373cf876bdb2afbf18cffbb2bf60 (diff)
downloadpathery-d9958bde9c3feddf15eced5c786c164db21b1efe.tar.xz
hehe phpinfo ^^.
Diffstat (limited to 'phpinfo.php')
-rw-r--r--phpinfo.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/phpinfo.php b/phpinfo.php
new file mode 100644
index 0000000..d1df170
--- /dev/null
+++ b/phpinfo.php
@@ -0,0 +1,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!";
+
+?> \ No newline at end of file