Skip to content

Commit

Permalink
Update Routing Class
Browse files Browse the repository at this point in the history
  • Loading branch information
ronmarasigan committed Jul 15, 2021
1 parent 2040a98 commit e3cef27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ LavaLust Version 2

# Changelog

## Optional usage of mod_rewrite
You can remove the .htaccess file and access the url like http://website.com/index.php/controller/model/args
If you want to use the previous way like http://website.com/index.php/controller/model/args, edit the .htaccess
file accordingly.

## Fixed Cookie samesite error in PHP version < 7.3
set_cookie($name, $value, $expiration, array())

Expand Down
File renamed without changes.

0 comments on commit e3cef27

Please sign in to comment.