nginx/FILES/phpinfo.php

9 lines
113 B
PHP

<html>
<head>
<title>PHP Info</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>