koerseadmin/server/phpinfo.php

7 lines
68 B
PHP

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>