#21 PIREP scaffolding

This commit is contained in:
Nabeel Shahzad
2017-06-28 19:56:10 -05:00
parent cd5f58b0a1
commit fc1220178b
8 changed files with 95 additions and 3 deletions

8
.htaccess Normal file
View File

@@ -0,0 +1,8 @@
# Disable index view
Options -Indexes
# Hide a specific file
<Files .env>
Order allow,deny
Deny from all
</Files>