perahh commited on
Commit
2ce5830
1 Parent(s): e8aa9e9

modificaciones en autos.php

Browse files
Files changed (1) hide show
  1. app/autos.php +7 -0
app/autos.php ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ <?php include_once ('inc/header.php');?>
2
+ <?php
3
+ $txt = "my second PHP script!";
4
+
5
+ echo $txt;
6
+ ?>
7
+ <?php include_once ('inc/footer.php');?>