6 lines
77 B
PHP
6 lines
77 B
PHP
<?php
|
|
|
|
// Zeigt alle Informationen (Standardwert ist INFO_ALL)
|
|
phpinfo();
|
|
|
|
?>
|