5 lines
49 B
PHP
5 lines
49 B
PHP
|
<?php
|
||
|
//Call the phpinfo function.
|
||
|
phpinfo();
|
||
|
?>
|