10 lines
69 B
PHP
10 lines
69 B
PHP
<?php
|
|
/* $Id$ */
|
|
|
|
|
|
/**
|
|
* Displays PHP information
|
|
*/
|
|
phpinfo();
|
|
?>
|