ggdworkshop/public/.Trash-1000/files/included.php

5 lines
98 B
PHP

<?php include_once 'header.php';?>
<h1>pagina de include</h1>
<?php include_once 'footer.php';?>