Started code yeaah
This commit is contained in:
commit
69b07bb0c2
9 changed files with 127 additions and 0 deletions
4
api/.htaccess
Normal file
4
api/.htaccess
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
RewriteEngine on
|
||||
RewriteCond %{HTTP:Authorization} ^(.*)
|
||||
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
|
||||
RewriteRule ^ index.php
|
||||
Loading…
Add table
Add a link
Reference in a new issue