diff options
-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 |