Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bakeiro committed Mar 30, 2018
1 parent 2ae9dbf commit 917913a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ Options +FollowSymlinks
# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log|(?<!robots)\.txt))">
Require all denied
</FilesMatch>

# SEO URL Settings
RewriteEngine On

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ Just an simple MVC PHP application, useful for small projects and quick prototyp
- extremely simple, easy to understand
- simple but clean structure
- native PHP code


## License

Light-PHP is licensed under the Open Source MIT license, so you can use it for any personal or corporate projects totally free!</p>

Built by [David Baqueiro](https://bakeiro.github.io/materialize-portfolio/)
6 changes: 5 additions & 1 deletion system/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@
Loader::$styles = array();

//Session
Session::start();
Session::start();

//array_walk_recursive($_COOKIE, 'array_clean');
//array_walk_recursive($_GET, 'array_clean');
//array_walk_recursive($_POST, 'array_clean');

0 comments on commit 917913a

Please sign in to comment.