8 lines
63 B
PHP
8 lines
63 B
PHP
<?php
|
|
/* $Id$ */
|
|
|
|
/* Display PHP information
|
|
*/
|
|
phpinfo();
|
|
?>
|