diff options
Diffstat (limited to 'test/php/phpinfo')
-rw-r--r-- | test/php/phpinfo/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/php/phpinfo/index.php b/test/php/phpinfo/index.php new file mode 100644 index 00000000..cf608608 --- /dev/null +++ b/test/php/phpinfo/index.php @@ -0,0 +1,3 @@ +<?php +phpinfo(); +?> |