diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-12 17:57:07 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-12 17:57:07 -0700 |
commit | d9958bde9c3feddf15eced5c786c164db21b1efe (patch) | |
tree | 6ecf65a0dbe38532cf65c8821ae7673092768cfe | |
parent | 204718e6c644373cf876bdb2afbf18cffbb2bf60 (diff) | |
download | pathery-d9958bde9c3feddf15eced5c786c164db21b1efe.tar.xz |
hehe phpinfo ^^.
-rw-r--r-- | images/marks/.htaccess | 1 | ||||
-rw-r--r-- | phpinfo.php | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/images/marks/.htaccess b/images/marks/.htaccess new file mode 100644 index 0000000..04bc913 --- /dev/null +++ b/images/marks/.htaccess @@ -0,0 +1 @@ +DirectoryIndex blank.png
\ No newline at end of file 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 |