Skip to content

Commit 3faaa55

Browse files
committed
Update to v3.0.0
1 parent f41fbe0 commit 3faaa55

27 files changed

+867
-532
lines changed

Diff for: .htaccess

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine On
2+
RewriteCond %{REQUEST_FILENAME} !-f
3+
RewriteCond %{REQUEST_FILENAME} !-d
4+
RewriteRule ^(.*)$ index.php?q=$1 [QSA,NC,L]

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Hung Thanh Nguyen
3+
Copyright (c) 2017-2020 Hung Thanh Nguyen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)