lazy19 / app /autos.php
perahh's picture
modificaciones en autos.php
2ce5830
raw
history blame
No virus
196 Bytes
<?php include_once ('inc/header.php');?>
<?php
$txt = "my second PHP script!";
echo $txt;
?>
<?php include_once ('inc/footer.php');?>