diff options
author | Tatsuo Ishii | 2010-09-20 03:20:08 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2010-09-20 03:20:08 +0000 |
commit | 2fcf965b403999e31074d6f20105bc0615f0e652 (patch) | |
tree | 795351f571ee77d652cc04b10a424a015c938a63 | |
parent | a60642979272755d83b96b7fd6af2e9db33547bd (diff) |
Add missing file.
-rw-r--r-- | install/phpinfo.php | 3 |
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(); +?> |