ladogton2010 commited on
Commit
eff3714
Β·
1 Parent(s): 3dc01ae
.htaccess ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ <IfModule mod_rewrite.c>
2
+ RewriteEngine on
3
+ RewriteRule ^$ public/ [L]
4
+ RewriteRule (.*) public/$1 [L]
5
+ </IfModule>
app/.htaccess ADDED
@@ -0,0 +1 @@
 
 
1
+ Options +Indexes
app/config/config.php ADDED
File without changes
app/controllers/.gitkeep ADDED
File without changes
app/helpers/.gitkeep ADDED
File without changes
app/init.php ADDED
File without changes
app/libraries/Controller.php ADDED
File without changes
app/libraries/Core.php ADDED
File without changes
app/libraries/Database.php ADDED
File without changes
app/models/.gitkeep ADDED
File without changes
app/views/home/index.php ADDED
File without changes
app/views/inc/footer.php ADDED
File without changes
app/views/inc/header.php ADDED
File without changes
index.php β†’ index-test.php RENAMED
File without changes
index.html β†’ index1.html RENAMED
File without changes
public/css/styles.css ADDED
File without changes
public/img/.gitkeep ADDED
File without changes
public/index.php ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Hola mundo
2
+ <?php
3
+ phpinfo();
4
+ ?>
public/js/main.js ADDED
File without changes