diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-12 20:01:10 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-12 20:01:10 -0500 |
commit | 6ce00969ead28f357ff924340da524d6f2fede65 (patch) | |
tree | b51cab9e4f1ce9715962eb481d1fe892e8a8677b /phpinfo.php | |
parent | 2b852b97cb6e6d0270c5f3ffbfb28a8279e37f90 (diff) | |
parent | d9958bde9c3feddf15eced5c786c164db21b1efe (diff) | |
download | pathery-6ce00969ead28f357ff924340da524d6f2fede65.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Conflicts:
db updates.sql
Diffstat (limited to 'phpinfo.php')
-rw-r--r-- | phpinfo.php | 11 |
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 |