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

5 lines
98 B
PHP
Raw Normal View History

2017-11-15 18:17:06 +00:00
<?php include_once 'header.php';?>
<h1>pagina de include</h1>
<?php include_once 'footer.php';?>