gutenbergsite/catalog/test_index.php

11 lines
89 B
PHP

<h1>Testing php</h1>
<p>Phpinfo output:</p>
<?php
phpinfo();
?>
<p>Output ends.</p>