summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii2010-09-20 03:20:08 +0000
committerTatsuo Ishii2010-09-20 03:20:08 +0000
commit2fcf965b403999e31074d6f20105bc0615f0e652 (patch)
tree795351f571ee77d652cc04b10a424a015c938a63
parenta60642979272755d83b96b7fd6af2e9db33547bd (diff)
Add missing file.
-rw-r--r--install/phpinfo.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/phpinfo.php b/install/phpinfo.php
new file mode 100644
index 0000000..cf60860
--- /dev/null
+++ b/install/phpinfo.php
@@ -0,0 +1,3 @@
+<?php
+phpinfo();
+?>